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

it2026-04-13  8

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.

转载于:https://www.cnblogs.com/vicsmb/archive/2012/01/31/2332664.html

相关资源:数据结构—成绩单生成器
最新回复(0)