gpt4 book ai didi

c++ - 混合 C 和 C++ 的预编译头文件

转载 作者:IT老高 更新时间:2023-10-28 21:47:02 24 4
gpt4 key购买 nike

我在我的 C 项目中使用预编译的头文件,但我们正在将 .CPP 文件集成到项目中。

这是错误:

Error   1   fatal error C1853: 'Debug\MuffinFactory.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)
c:\users\blake\desktop\projects\muffinfactory\source\main.cpp 1

我们只需要在我们的项目中编译一个 .CPP,但我们确实需要预编译的头文件来节省编译时间(Windows.h 和更多)。

我应该如何组织我的项目来做到这一点?

最佳答案

所以不要对单个文件使用预编译的头文件!

作为 .cpp 文件,无论如何它都会有单独的编译选项。

关于c++ - 混合 C 和 C++ 的预编译头文件,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/8934354/

24 4 0
Copyright 2021 - 2024 cfsdn All Rights Reserved 蜀ICP备2022000587号
广告合作:1813099741@qq.com 6ren.com