您的位置:首页 > 编程语言 > C语言/C++

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

2012-01-31 10:38 344 查看
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.
内容来自用户分享和网络整理,不保证内容的准确性,如有侵权内容,可联系管理员处理 点击这里给我发消息
标签: