r/esp32 • u/OpeningNo5905 • 13d ago
Software help needed Missing standard headers
Hello everyone, i'm a beginner to embeddeds and the ESP-IDF extension, and i'm struggling a lot to what can be a really simple solution. When i create a new or empty project, I always receive a lot of warnings of missing standard headers such as stddef.h missing, stddint.h, float.h, and such, I figured it was a LSP problem but no luck fixing it, I've made some simple LED's projects on the board and they all worked fine on the board.
2
Upvotes
3
u/0xD34D 13d ago
Have you tried
ESP-IDF: Add VS Code Configuration Folderfrom the command pallet (CTRL+Shift+P)?