In one of my projects I get the ‘Configure your IntelliSense settings to help find missing headers’ popup box with the buttons ‘… JSON’ and ‘…UI’. I hit the ‘UI’ button and arrived in the ‘C/C++ Configurations’ and found that the include path ‘C:/Users/niels/.platformio/packages/framework-espidf/components/esp_hw_support/port/esp32/private_include’ was not to be found (it clearly doesn’t exist in the installation).
I have no ideer how/why this include path was introduced to the ‘C/C++ Configurations’ in the first place and the project has no build problems. So, should I raise a PR or just ignore and delete the include path?