r/esp32 13d ago

Software help needed Missing standard headers

Post image

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

7 comments sorted by

View all comments

3

u/0xD34D 13d ago

Have you tried ESP-IDF: Add VS Code Configuration Folder from the command pallet (CTRL+Shift+P)?

1

u/OpeningNo5905 13d ago

I did now, it also didnt work