`

解决决错误: error C2850: 'PCH header file'

    博客分类:
  • VC
 
阅读更多

解决决错误:  error C2850: 'PCH header file' :


error C2850: 'PCH header file' : only allowed at file scope; may not be in a nested construct

这种错误一般是大意导致的,比如你的类声明的后面忘了分号

分享到:
评论

相关推荐

    用openCV打开视频时常见错误解决办法.docx

    在使用OpenCV时,可能会出现预编译头文件错误,例如fatal error C1083: Cannot open precompiled header file: 'Debug/dian.pch': No such file or directory。解决方法是,在Visual Studio的菜单中,选择项目->设置...

    C 语言常见错误 .txt

    #### 一、`fatal error C1010: unexpected end of file while looking for precompiled header directive` **错误说明:** 此错误发生在编译器寻找预编译头文件(Precompiled Header,简称PCH)路径时遇到了文件...

    VC++常见错误一览表

    fatal error C1010: unexpected end of file while looking for precompiled header directive 此错误通常出现在编译器试图在源代码文件中查找预编译头文件(Precompiled Header, PCH)指令时遇到文件结束的情况。...

    编译出错可以参考本文

    在进行软件开发的过程中,经常会遇到各种编译错误,其中一种常见的错误是:“fatal error C1083: Cannot open precompiled header file: 'Debug/test.pch': No such file or directory”。这种错误通常发生在使用预...

    最常见的VC20种编译错误

    fatal error C1010: unexpected end of file while looking for precompiled header directive - **解释**:此错误表明编译器在查找预编译头文件(precompiled header, PCH)时遇到了文件的结尾。通常是因为在需要...

    XMPP开发总结语录

    - 编译后可能会遇到`XMPPFramework.h file not found`错误。 - 解决方案是在项目中寻找名为`Simple_XMPPFramework.h`的文件,并将其重命名为`XMPPFramework.h`。 - 如果在后续开发过程中需要添加特定模块,可以在...

    Linux中gdb查看core堆栈信息

    fatal error C1010: unexpected end of file while looking for precompiled header directive Generating Code... 2)如果你把pch文件不小心丢了,编译的时候就会产生很多的不正常的行为。根据以上 的分析,你只要...

    vc 对XML的操作

    #error include 'stdafx.h' before including this file for PCH #endif #include "resource.h" // main symbols #include "Xmltree_i.h" ///////////////////////////////////////////////////////////////////...

    自己创建不同规则的按钮

    #error include 'stdafx.h' before including this file for PCH #endif #include "resource.h" // main symbols ///////////////////////////////////////////////////////////////////////////// // ...

    数字水印的(LSB算法)嵌入和提取VC++实现

    #error include 'stdafx.h' before including this file for PCH #endif #include "resource.h" // main symbols ///////////////////////////////////////////////////////////////////////////// // ...

    Visual C++课程设计案例精编(第二版) --第三章 系统进程管理器的开发

    #error include 'stdafx.h' before including this file for PCH #endif #include "resource.h" // main symbols ///////////////////////////////////////////////////////////////////////////// // ...

    Visual C++课程设计案例精编(第二版)--第六章 电子邮件发送和接受程序的开发

    #error include 'stdafx.h' before including this file for PCH #endif #include "resource.h" // main symbols ///////////////////////////////////////////////////////////////////////////// // ...

Global site tag (gtag.js) - Google Analytics