当前位置: 移动技术网 > IT编程>开发语言>C/C++ > JSONCPP to Visual Studio

JSONCPP to Visual Studio

2018年04月11日  | 移动技术网IT编程  | 我要评论

wav音乐,徐才出事细节,五笔字根查询

I am having some trouble getting the JSONCPP Library into Visual Studio.

I have downloaded the library I am just unsure how to import it into my project and use it in my c++ code.

To fix the error "cannot open include file: 'json/json.h' no such file or directory", you need to add Include directory to your project as following:

-Right click on your project -> Properties. Under C/C++ ->General ->Additional Include Directories, add C:\your-directory-to-jsoncpp-master\include (e.g. C:\user1\jsoncpp-master\include).

如对本文有疑问,请在下面进行留言讨论,广大热心网友会与你互动!! 点击进行留言回复

相关文章:

验证码:
移动技术网