Precompiled headers with DLL solutions. Cannot open precompiled header file

后端 未结 4 1376
无人及你
无人及你 2021-02-15 02:11

This worked without error when this solution worked off of .lib files instead of .dll files.

I have all of my projects except one currently using a precompiled header,

4条回答
  •  被撕碎了的回忆
    2021-02-15 02:28

    Are you using "automatically generate", or "use precompiled header" on the project and "create precompiled header" on the one cpp file? The latter is more efficient, but I've seen the per-file configuration on projects get accidentally reset, so that the "stdafx.cpp" (or whatever) file no longer generates the precompiled header.

提交回复
热议问题