【发布时间】:2015-03-18 10:31:32
【问题描述】:
我得到了数千个文件,其中包含带有正斜杠的文件
#include <this/thread.hpp>
为什么?原程序是用VS 2008编写的。
这会导致致命错误 C1083
如果我将路径更改为#include "..\this\thread.hpp",它会找到文件
【问题讨论】:
-
#include
和#include "..\this\thread.hpp" 有三个不同之处。其中只有一种是使用的斜线。