最近这个VS出的错误千奇百怪了。前天让我重新clean了也就罢了。今天居然在生成“cmd.exe”时出错。还真的能跟我较劲!
网上搜到的解决方案:
error PRJ0003:Error spawning 'cmd.exe'
solution:
tools=> Options => Projects and Solutions -> VC++ Directories page
Executable files option
then place below rows:
$(SystemRoot)/System32;$(SystemRoot);$(SystemRoot)/System32/wbem
本文介绍了解决Visual Studio生成“cmd.exe”时出现错误的方法。错误表现为errorPRJ0003,并提示在生成过程中出现问题。解决步骤为:打开工具>选项>项目和解决方案>VC++目录页面,在可执行文件选项中添加路径:$(SystemRoot)/System32;$(SystemRoot);$(SystemRoot)/System32/wbem。
9679

被折叠的 条评论
为什么被折叠?



