error MSB6006: “cmd.exe” exited with code 1

前端 未结 10 1377
生来不讨喜
生来不讨喜 2020-12-30 21:09

When I\'m trying to build my VC++ code using 2010 I\'m getting the error message

> C:\\Program Files\\MSBuild\\Microsoft.Cpp\\v4.0\\Microsoft.CppCommon.targ

10条回答
  •  刺人心
    刺人心 (楼主)
    2020-12-30 21:25

    error MSB6006: "cmd.exe" exited with code -Solved

    I also face this problem . In my case it is due to output exe already running .I solved my problem simply close the application instance before building.

提交回复
热议问题