我想在我的项目的所有cpp文件中包含一个标题,而不必在visual studio中手动更改所有cpp文件。有人可以帮助我吗?
我需要这个功能因为我将使用Visual Leaks Detector,我需要在一个巨大项目的所有cpp文件中包含“vld.h”。
我知道我可以用gcc / make(Is there any way to include a header file in all C or CPP file automatically?)
来做到这一点答案 0 :(得分:4)
有/FI[name]
:强制包含(相当于gcc的-include
)
Configuration properties / C/C++ / Advanced / Forced Include