Compiler Error C2851

#pragma hdrstop required for /Yu command-line option without filename

The /Yu (Use Precompiled Headers) command-line option did not specify the name of a precompiled header file, and there was no #pragma hdrstop statement.

This error can be avoided by specifying a filename after the /Yu command-line option or by using #pragma hdrstop in the source file.