I am getting error:
cannot open source file nlohmann/adl_serializer.h in json.hpp
I have included json.hpp after correctly installing nlohmann-json via vcpkg but getting above error.
When I am checking the path of adl_serializer.h, it is present at correct location but still getting the error.
#include “C:UsersLenovoDocumentscppvcpkgbuildtreesnlohmann-jsonsrcv3.11.3-434e7fbc3e.cleansingle_includenlohmannjson.hpp”;
It is working on one system, and not working on other.
I tried to unistalling and then installing it again but its the same.
Tried to clean build and run the project again.
Aishwarya Dawar is a new contributor to this site. Take care in asking for clarification, commenting, and answering.
Check out our Code of Conduct.