码迷,mamicode.com
首页 > 其他好文 > 详细

Visual Studio 2013: fatal error C1083: Cannot open include file: 'XXX.h': No such file or directory

时间:2015-02-13 18:14:47      阅读:176      评论:0      收藏:0      [点我收藏+]

标签:

So to do this in Visual Studio, open up Solution Explorer, right click on the main project‘s name and then select Properties. In the window that appears go to Configuration Properties->C/C++->General and in Additional Include Directories add the path to the header files. This can be relative or absolute. You must do this for all configurations in your project. Please note that it must be Include for the compiler to associate that with the #include directive. So if you are modifying another IDE then look out for Include.

Visual Studio 2013: fatal error C1083: Cannot open include file: 'XXX.h': No such file or directory

标签:

原文地址:http://www.cnblogs.com/tonyju/p/4290592.html

(0)
(0)
   
举报
评论 一句话评论(0
登录后才能评论!
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!