What is the proper way to use stdafx.h, in terms of separating dependencies?
stdafx.h
If I put everything in there, then my compiles ar
Yor compiler might have a "show includes" flag. Turn it on, and look for deeply nested include hierarchies that are repeated. Consider including one of the most shallow include files to your header for each such deep trees.