MSB6006: “cmd.exe” exited with code 9009

白昼怎懂夜的黑 提交于 2019-12-03 05:35:53
zionpi

You should first check the output window message of your VS2010 rather than just error list window.

After that, you can find some hint on your errors, like missing executable files or something like that. Errors may vary, but if your case is - exe file missing, then go to project properties:

Project(Your project name) -> Properties -> Configuration Properties -> VC++ Directories -> Executable Directories

, add the folder of your missing exe.

易学教程内所有资源均来自网络或用户发布的内容,如有违反法律规定的内容欢迎反馈
该文章没有解决你所遇到的问题?点击提问,说说你的问题,让更多的人一起探讨吧!