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
error MSB6006: "cmd.exe" exited with code -Solved
error MSB6006: "cmd.exe"
-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.
output exe