MSB6006: “cmd.exe” exited with code 9009

后端 未结 1 1213
一个人的身影
一个人的身影 2021-02-07 14:33

When I try to build VTK on VS 2010, I get this error error MSB6006: \"cmd.exe\" exited with code 9009. C:\\Program Files (x86)\\MSBuild\\Microsoft.Cpp\\v4.0\\Microsoft.C

相关标签:
1条回答
  • 2021-02-07 15:19

    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.

    0 讨论(0)
提交回复
热议问题