After configuring the ESP-IDF extension, I tried to build the hello world example. I get this Ninja error
If I go to the terminal, I can run "idf.py build" and it builds without a problem, but trying to do an "ESP-IDF: Build your project" from VSCode results in the ninja error.Executing task: ninja
ninja: error: loading 'build.ninja': The system cannot find the file specified.
* The terminal process "C:\Program Files\PowerShell\7\pwsh.exe -Command ninja " terminated with exit code: 1.
Why can't I build from VSCode when the ESP-IDF seems to work fine from the terminal?