fatal error C1853: 'Debug/ChatServer.pch' is not a precompiled header file created with this compiler。。。错误提示如上,杂么办?
删掉,重新生成,试试。
打开 Project settings ,在C/C++选项框下,在category下找到precompiled header,选择Not using precompiled header 就可以了
打开项目设置, 找到C/C++选项目录, 在文件夹下 找到预编译头 选择 不用预编译头就可以了。 不过不一定成功,你可以试试..