[SOLVED] Visual Studio 2019 Source Build -> cmd.exe Access Denied

So apparently there is no info in regards to an error which complains about a permission issue involving cmd.exe / Build.bat. While there are basic permission issues reported, which can be resolved by running VS as admin, it won’t work in all instances.

ERRORS
|Warning||Unable to create process C:\WINDOWS\system32\cmd.exe (access denied)

|Error|MSB3073|The command C:\UE\Source-4.26.2\Engine\Build\BatchFiles\Build.bat SA_SERVER Win64 Development -Project=C:\UE\SPACEALPHA_SERVER\SPACEALPHA_SERVER.uproject -WaitMutex -FromMsBuild exited with code 6. ( ERROR_INVALID_HANDLE)

RELATED

Build.bat fails exited with code 6

Another issue may be that the source build is not visible when you Switch your Project version to the source build, in which case you can manually assign it by clicking the 3 dots (see image).
SourceBuildSelection