Relative Content

Tag Archive for c++visual-studiomsbuild

Visual Studio MSBuild Error MSB8066: Custom build

I have a Visual Studio solution with a project that generate a cpp and a hpp file.
An other project have to compile these generated files, so I add the cpp file as a “Custom Build” target and the hpp file is “Excluded From Build” (I put it in the solution just to be able to view it).