If I don't include the stdafx even in an empty .cpp, I get this error
fatal error C1010: unexpected end of file while looking for precompiled header. Did you forget to add '#include "StdAfx.h"' to your source?
Why do I need to include it even in dummy files?