I've tried getting nRF53 examples compiling on SES, but it seems there is a bug in SES that is preventing that. It was suggested I try VSCode, despite its lack of debugging/disassembly. However when I create a sample application as per (https://nrfconnect.github.io/vscode-nrf-connect/build_app.html) when I create the peripheral_uart sample nothing compiles. I get a few hundred python errors the last being "OSError: [WinError 193] %1 is not a valid Win32 application"
None of the #include files are recognized. Is there any documentation on how to resolve this?
DC