fatal error C1010: unexpected end of file while looking for precompiled header directive
在线等待

解决方案 »

  1.   

    Fatal Error C1010
    unexpected end of file while looking for precompiled header 
    以下是msdn的解释
    directiveA precompiled header was specified, but it did not contain a precompiled header directive.This error can be caused by specifying an incorrect file as a header file, or by specifying an include file with the /Yu (Use Precompiled Header) command line option that is not listed in the source file as an include file.