我正在尝试使Boost库工作。
我已将路径包含在我的c_cpp_properties.json
中"includePath": [
"C:\\MinGW\\boost_1_70_0"
]
尽管IntelliSense在我尝试#include它们后找到了库,但实际上#include它们时却出现此错误:
fatal error: boost/lexical_cast.hpp: No such file or directory
#include <boost/lexical_cast.hpp>
我想念什么吗?