我下载了使用“仅限标题”库的示例代码,即使我在我的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>
包含的文件确实存在于上面的目录中。我已经指定了如下目录:
Visual C ++目录/包含目录/
D:\websocketpp
C / C ++ / General / Additional Include Directories
D:\websocketpp\config
有人知道问题是什么吗?
答案 0 :(得分:0)
这是一个愚蠢的错误。我将整个目录结构移动到一个新文件夹中:
D:\websocket\websocket
D:\websocket\websocket\config