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.
C2857
                                             Up Contents Index Back
────────────────────────────────────────────────────────────────────────────
 
     Compiler error C2857
 
     '#include filename' statement specified with the /Yc'filename'
     command-line option was not found in the source file
 
     The /Yc command-line option specified the name of an include file,
     but that file was not included in the source file being compiled.
 
     Make sure that the filename specified in the /Yc command-line
     option corresponds to an include file specified in an #include
     statement in the current source file.
 
     This error can be caused by having the #include statement in a
     conditional compilation block that is not compiled.
                                    -♦-