I encountered an error related to #include <json/json.h> in my project. After reviewing the comments(by @IInspectable), I followed the suggestion of moving the #include <json/json.h> to the top of my includes, and the error was resolved. Thanks for the help!