问题描述
错误C1083无法打开预编译的头文件:'.\Debug \D25.pch':没有这样的文件或目录
我有什么试过:
错误LNK2019未解析的外部符号__declspec(dllimport)public:static struct CRuntimeClass * __stdcall cD25Dlg :: GetThisClass(void)(__ imp_? GetThisClass @ cD25Dlg @@ SGPAUCRuntimeClass @@ XZ)函数protected:long __thiscall cSettings297Frame :: OnRequestShowTab(unsigned int,long)(?OnRequestShowTab @ cSettings297Frame @@ IAEJIJ @ Z)
ErrorC1083Cannot open precompiled header file: '.\Debug\D25.pch': No such file or directory
What I have tried:
ErrorLNK2019unresolved external symbol "__declspec(dllimport) public: static struct CRuntimeClass * __stdcall cD25Dlg::GetThisClass(void)" (__imp_?GetThisClass@cD25Dlg@@SGPAUCRuntimeClass@@XZ) referenced in function "protected: long __thiscall cSettings297Frame::OnRequestShowTab(unsigned int,long)" (?OnRequestShowTab@cSettings297Frame@@IAEJIJ@Z)
推荐答案
这篇关于如何避免这些错误?的文章就介绍到这了,希望我们推荐的答案对大家有所帮助,也希望大家多多支持!