error: ISO C++ forbids declaration of 'CPageConfigMail' with no type

编译C++程序出现错误: error: ISO C++ forbids declaration of 'CPageConfigMail' with no type

出现这个问题原因不一,最有可能的是头文件忘记包含。

解决方法:在.h文件中包含类CPageConfigMail的头文件;并加入class CPageConfigMail;一行代码(或只加入头文件也可),

即可。

猜你喜欢

转载自blog.csdn.net/hhhlizhao/article/details/88763643