Unreal 5.3 C++ Project Import-Module Engine Not Found - Visual Studio Code

I’ve come across an issue with Unreal 5.3 in C++ projects while attempting to use vscode,

I receive the error when attempting to build from vscode:

Engine\Build\BatchFiles\Build.bat: The module 'Engine' could not be loaded. For more information, run 'Import-Module Engine'.

I’ve followed the guide to setting up Unreal with VSCode here

I’ve attempted to reinstall visual studio build tools, Unreal Engine, and VSCode, and still with no luck.

I’m attempting to build from Command Palette → Tasks: Run Build Task → GameNameEditor Win64 Development Build

I’ve attempted this on a brand new Unreal 5.3 C++ project, and still the same issue

Specs:
Windows 11
Unreal 5.3 C++ Project
Visual Studio Code
Visual Studio Build Tools 2022

I have the same problem - did you ever find a solution?