so, I'm pretty new to using esp32, and wanted to try freertos with esp32. And started with installing the esp-idf extension in vscode following tutorials, they worked for the most part but, I'm stuck with this above specific line( shows squiggly line underneath the line, "include errors detected") and I couldn't find any working solutions online. its a simple BLINK sketch from examples and the same above error was seen for all the #include lines but they got resolved by including "C:/Users/hp/esp/esp-idf/**" in the include path JSON file, but "freertos/FreeRTOS.h" refuses to be included. I tried building and flashing the program even with this error but even then it doesnt work.
its a esp32 wroom devkit.
its a esp32 wroom devkit.