C/C++ Compiler (cl.hlp) (Table of Contents; Topic list)
Important Notice
The pages on this site contain documentation for very old MS-DOS software, purely for historical purposes. If you're looking for up-to-date documentation, particularly for programming, you should not rely on the information found here, as it will be woefully out of date.
C2851
                                             Up Contents Index Back
────────────────────────────────────────────────────────────────────────────
 
     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.
                                    -♦-