Visual c++ 找不到VC++包含的标题

Visual c++ 找不到VC++包含的标题,visual-c++,Visual C++,我下载了使用“仅标题”库的示例代码,即使我在VC++项目中包含了库路径,我还是不断收到错误: fatal error C1083: Cannot open include file: 'websocketpp/config/asio_no_tls.hpp': No such file or directory 库头文件位置: D:\websocketpp D:\websocketpp\config 下面是示例程序echo_server.cpp的前几行: #include "stdafx.h"

我下载了使用“仅标题”库的示例代码,即使我在VC++项目中包含了库路径,我还是不断收到错误:

fatal error C1083: Cannot open include file: 'websocketpp/config/asio_no_tls.hpp': No such file or directory
库头文件位置:

D:\websocketpp
D:\websocketpp\config
下面是示例程序echo_server.cpp的前几行:

#include "stdafx.h"
#include <websocketpp/config/asio_no_tls.hpp>
#include <websocketpp/server.hpp>
C/C++/General/Additional包含目录

D:\websocketpp\config

有人知道问题出在哪里吗?

这是个愚蠢的错误。我将整个目录结构移动到一个新文件夹中:

D:\websocket\websocket
D:\websocket\websocket\config
D:\websocket\websocket
D:\websocket\websocket\config