Visual Studio debugger error: Unable to start program Specified file cannot be found

后端 未结 3 1681
夕颜
夕颜 2020-12-03 02:24

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

3条回答
  •  没有蜡笔的小新
    2020-12-03 03:09

    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 ;)

提交回复
热议问题