#Include Errors
11 messages · Page 1 of 1 (latest)
When your question is answered use !solved to mark the question as resolved.
Remember to ask specific questions, provide necessary details, and reduce your question to its simplest form. For tips on how to ask a good question use !howto ask.
Do you have json.hpp in your project and linked?
Could it be linking issues
What editor are you using
This is a compilation error, not a linking error. Look for this file here: /usr/include/nlohmann/json.hpp. My guess is that you have not installed nlohmann-json3-dev with sudo apt install nlohmann-json3-dev. If the nlohmann folder does not exist in /usr/include this is likely the solution. If you are on windows, I am unable to direct you how to install it, but I would start here: https://json.nlohmann.me/
Vscode