我试图为我的项目的C文件禁用预编译头文件,因为VS2015给了我这个错误(为便于阅读而破坏了行):
..\..\..\..\Lib\freetype2\src\autofit\autofit.c : fatal error C1853:
'Y:\obj\TwoNav_PC_15\headers\CompeTwoNav.pch' precompiled header file
is from a previous version of the compiler, or the precompiled header
is C++ and you are using it from C (or vice versa)
看看如何做到这一点我发现this post, 但是当我尝试在我的Visual Studio 2015 Professional中执行此操作时,我无法看到所提到的选项。
修改:这就是我尝试选择属性的方法:
这个图像是我在选择文件属性时看到的: