VS2005下error PRJ0003 : Error spawning 'cmd.exe'的解决方法

在Visual Studio中,选择工具->选项->工程和解决方案->VC++目录 

点击上方的像文件夹的按钮-新建行,然后在空白处添加cmd.exe所在的目录C:\Windows\System32\ (如果你是默认装在C盘的话)点击确定,就OK了。 

In VS, go to 

tools>options>projects and solutions>VC++ Directories 

click the little folder button (new line) then in the new line that appears put: 
C:\Windows\System32\  

你可能感兴趣的:(VS2005下error PRJ0003 : Error spawning 'cmd.exe'的解决方法)