I am having trouble using the header files from jsoncpp in my program. I am trying to include the library globally through the use of a makefile CFLAGS, but its hard for me to figure out why its not working. This is what I have so far:

Any help would greatly be appreciated. Thank you in advance!
I downloaded WSL and jsoncpp through the ubuntu terminal. When I tried running the make file, it said the given error. So I found the path to the files VSCode could not find and I tried to include it the make file. That did not work.
I also tried using VSCode's quick fix option that allowed me to edit its include path. But that didn't work either after I added it.
.../jsoncppto your include path, butjson.his found in.../jsoncpp/json/directory. Either change include path or#include "json/json.h"instead.CXXFLAGS, notCFLAGS. And that should then have-I/user/include/jsoncpp/json