I am just starting ESP32 dev with VisualGDB + Visual Studio, but when I create a new project, even one based on the Blink example, I have a build error ‘mbedtls/ecp.h:No such file or directory’.
Anyone experience that?
ToolChain : ESP32 (release/v3.3) (CMake)
VisualGBD version : 5.5 (Preview 4, build 3540)
IDE / OS : Visual Studio Community 2019 (16.6.0) / Windows 10
This could be caused by an incompatible ESP-IDF/toolchain combination. Please make sure you use the ESP-IDF bundled with our toolchain as described here.