Hi
I followed the guide here https://www.udemy.com/unrealcourse/ and here https://code.visualstudio.com/docs/cpp/config-msvc to setup the C++ extension, paths, etc; but when I build the output shows:
> Executing task: cl.exe /EHsc /Zi /Fe: server.exe main.cpp <
'D:\Microsoft' is not recognized as an internal or external command,
operable program or batch file.
d:\Projects\game>
My compilerPath is set to:
"D:\\Microsoft Visual Studio\\2019\\BuildTools\\VC\\Tools\\MSVC\\14.21.27702\\bin\\Hostx64\\x64\\cl.exe"
EDIT:
The only solution I found was to change the compilerPath to not use spaces but that creates other problems elsewhere. Is there another way?