Make custom "include" folder permanent...

  • Thread starter Thread starter GypsyPrince2k
  • Start date Start date
G

GypsyPrince2k

Guest
We have a folder containing custom header files which will be used in pretty much every program we create. We know how to add this folder path to each new project under Project Properties->Configuration Properties->C/C++->General->Additional Include Directories, and this works well. However, is there a way to add this folder to the Visual C++ settings to make it permanent so that we do not have to go through the annoyance of adding the custom folder to every new project?

We have tried adding the folder under Project Properties->Configuration Properties->VC++ Directories->Include Directories, but this action does not work for us, as our apps ill not read the header files from the folder when specified here. Yes, we are properly declaring each header file using #Include in our source files.

Using Visual Studio 2019 Professional

Continue reading...
 
Back
Top