Hi,
I am very new to platformIO and VS Code. I have always used VS for coding in C#.
I starting to use ESP32 boards and the SenseESP SDK.
I have created a new Windows 10 VM and installed VS Code and the PlatormIO extension.
I have downloaded the SenseESP demo project however when loaded there are red squiggles on the include headers. The first one is to not be ble to find memory.
Can someone please advise on how to resolve this please?
Did you let it finish updating the metadata? That’s what that alert box in the bottom right of your screenshot is saying. It regenerates the .vscode/c_cpp_properties.json which sets up all the include paths.
Does the project build when you use the “Build” project task in the top left corner? If yes, there is no problem.