I downloaded jsoncpp library on a macport. I would like to use the json.h and value.h files, but when I type
#include <jsoncpp/json/value.h>
or
#include <jsoncpp/json/json.h>
it says "please update your includePath"
.
I found the file where the includePath section is located in. It is in the c_cpp_properties.json
file.
Can someone explain how to write the includePath section for the jsoncpp library that is located in a macport?