I thought this was were the pch.cpp came in, only used for generating the pch.pch file.
My understanding is that pch.cpp is needed for pch.pch, but msvc will still scan source files for #progma or #include <pch.h>. Passing include=pch.h does not count. Bo