且构网

分享程序员开发的那些事...
且构网 - 分享程序员编程开发的那些事

Visual Studio:无法启动程序,系统找不到指定的文件 Visual Studio 错误?

更新时间:2021-07-12 22:17:47

我从文件->新建->现有项目中打开一个文件夹.

I open a folder from file->new->existing project.

就我而言,您应该打开 .sln 文件而不是文件夹.

As far as I'm concerned you should open a .sln file instead of a folder.

您只能运行 .sln 文件(Visual Studio 解决方案)而不是 .cpp 文件.

You could only run the .sln file (Visual Studio Solution) not a .cpp file.