如何在visual studio中的所有cpp文件中自动包含标题?

时间:2017-01-23 09:54:24

标签: c++ c visual-studio memory-leaks msbuild

我想在我的项目的所有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?

来做到这一点

1 个答案:

答案 0 :(得分:4)

/FI[name]强制包含(相当于gcc的-includeConfiguration properties / C/C++ / Advanced / Forced Include