Click here to Skip to main content
15,886,362 members
Please Sign up or sign in to vote.
0.00/5 (No votes)
See more:
Hi, in my C++ project I discovered my .sln file (solution file) was
missing. However there was some .vcxproj file. I opened the .vcxproj
file of my project using VS IDE and clicked compile. When I was closing
the IDE it asked me to save or not an .sln file.
Now, I already have the .sln file.
I think everything went fine right?
Thanks.
Posted
Comments
Richard MacCutchan 1-Jul-13 11:37am    
Assuming you clicked "OK" to save it then it should be fine.
Dan page 2-Jul-13 9:02am    
ok, thanks

1 solution

You can either create a new solution file, then add the project(s) to it or open the project file (as you did) and let it create a matching solution file for you.

Using the first option allows you to set solution options and specify the location of the .sln file. Using the second option is the lazy way but should work fine. If your solution has more than one project, the first option will work a little better.
 
Share this answer
 

This content, along with any associated source code and files, is licensed under The Code Project Open License (CPOL)



CodeProject, 20 Bay Street, 11th Floor Toronto, Ontario, Canada M5J 2N8 +1 (416) 849-8900