Visual Studio 2019 Include files for CPP project

  • Thread starter Thread starter superbovine
  • Start date Start date
S

superbovine

Guest
I am trying to create my own includes files but I get an error "cannot open source file "XXX.h" in VS2019.


I have tried project properties->VC++ Directories->Include directories.

I have also tried project properties->C/C++->Additional Include Directories.


None of these work. What does for if I specify #include <c:\include\XXX.h> Or from the command line if I run cl /I C:\INCLUDE TestCPP.cpp.

Continue reading...
 
Back
Top