VS2008 编译X64工程出现 error PRJ0003 : 生成 cmd.exe 时出错的解决方案工具
VS2008 编译X64工程出现 error PRJ0003 : 生成 cmd.exe 时出错的的解决方案以下:cmd
解决方案:工具—>选项—>项目和解决方案—>VC++目录,在可执行文件栏中加上以下路径:编译
$(SystemRoot)\System32
$(SystemRoot)
$(SystemRoot)\System32\wbembem
或者将error
$(PATH)改为:$(SystemRoot)\System32;$(SystemRoot) ;$(SystemRoot)\System32\wbem项目