| How is '#pragma hdrstop' less intrusive than '#include <pch.h>'I thought that the pragma wan only needed in a pch.cpp file, not in all source files.
I am not sure about this one. (Need to read MSDN.) Certainly the stopping header mechanism does not work for --include=pch.h since msvc need to scan the source file. Bo