Issue with cJson cpp_properties.h -

It is looking for the cJson headers in

            "C:/Users/newman/.platformio/packages/framework-espidf/components/json/cJson/include",
            "C:/Users/newman/.platformio/packages/framework-espidf/components/json/port/include",

but the actual folder layout looks like this:
C:\Users\newman\.platformio\packages\framework-espidf\components\json\cJSON

using PlatformIO in VSCode

1 Like

Seems to be a dirty fix for this: Invalid paths to cJSON library component of esp-idf · Issue #91 · platformio/platform-espressif32 · GitHub