CodeBlocks IDE can't find json.hpp
header
#1318
Labels
state: needs more info
the author of the issue needs to provide more details
json.hpp
header
#1318
I installed CodeBlocks in my Ubuntu VM and am using the LLVM Clang compiler toolchain on it instead of GCC. I wanted to build my project on CodeBlocks on Linux and then run it through GDB since I'm having a logic error that's making it crash under Linux (I built it manually on the command line). But when I try to build it, CodeBlocks can't find
json.hpp
in/usr/local/json/single_include
. I've set that path in the comiler's Search Directory, but it still can't find it. The code is the same one I've been using working on for a while now.Edit: Never mind. I wasn't doing
#include nlohmann/json.hpp
. I fixed that error, but now I have other errors.The text was updated successfully, but these errors were encountered: