Compiler Error C3859

virtual memory range for PCH exceeded; please recompile with a command line option of '-Zmvalue' or greater

Your precompiled header is too small for the amount of data the compiler is trying to put in it. Use /Zm to specify a larger value for the precompiled header file.