Where does Visual Studio look for C++ Header files?

Visual Studio looks for headers in this order

  • in the current source directory
  • in the Additional Include Directories in the project properties. (Under C++ | General)
  • in the Visual Studio C++ Include directories under Tools | Options | Projects and Solutions | VC++ Directories.
posted @ 2012-01-31 10:38  SillyProgrammer  阅读(114)  评论(0编辑  收藏  举报