Top "Custom-build" questions

How do I resolve error MSB6006: "cmd.exe" exited with code 3?

I am getting the following error when building my code: C:\Program Files (x86)\MSBuild\Microsoft.Cpp\v4.0\Microsoft.CppCommon.…

c++ visual-studio building custom-build-step custom-build
Run a Visual Studio custom tool at build time

I have a script that will convert a text file into a resource file, so that I can have multiple …

visual-studio msbuild build-automation custom-build