Cannot start tool. 系统找不到指定的文件。 Error spawning ‘vcspawn.exe’. The build could not be performed.
1、提示少什么文件,我少的是vcspawn.exe,可以在C:\Program Files\Microsoft Visual Studio\COMMON\MSDev98\Bin找到vcspawn.exe,
去粘贴到安装目录下的MSDev98/Bin下面
2、设置系统环境变量(计算机/属性/高级设置):ComSpec=C:\Windows\System32\Cmd.exe
我做了这两件事,解决了我的问题。