I have a solution in C:\\full path here\\VS2010\\blender.sln
This solution contains many projects(around 100). When I compile them, they all work fine. I can run the
I had the same problem :) Verify the "Source code" folder on the "Solution Explorer", if it doesn't contain any "source code" file then :
Right click on "Source code" > Add > Existing Item > Choose the file You want to build and run.
Good luck ;)