"stdafx.h" change default

Started by
9 comments, last by MichaelT 18 years, 10 months ago
The answer may vary depending on the version of visual studio but you need to do something this.

Right click the solution and under C++: Find where the "precompiled headers" is in your version of visual studio and turn "Use Precompiled Header (/Yu)" (btw: The line below mentions stdafx.h by name) off. Now the stdafx.h will not be used and can be deleted.

No no no no! :)

This topic is closed to new replies.

Advertisement