Hello all. I have just installed Microsoft Visual C++ 2010 Express on my desktop last night and began a project. This morning I can no longer open the project. When I open it (Project1) either by opening project.sln or simply double clicking Project1, a window pops up that says -
One or more projects in the solution were not loaded correctly.
Please see the Output Window for details.
The output window says -
C:\Users\Kevin\documents\visual studio 2010\Projects\Project1\Project1\Project1.vcxproj : error : Project "C:\Users\Kevin\documents\visual studio 2010\Projects\Project1\Project1\Project1.vcxproj" could not be found.
However, I did find Project1.vcxproj in the file path specified above so I am now sure what to do. Any suggestions?
I figured it out. For anyone getting an error like this, be sure to not rename your files :p. I renamed the file "Project1" to "Project1 (.cpp)" which caused the problem so I renamed it back to its original name and the project is now loaded.