I have followed the step for building the Unreal Engine from source. Building it works with no error.
However, when I try starting up the project with debugger (F5) or without (Ctrl + F5), after setting UE4 as the Start-up Project, I get an error telling me “Unable to start with the debugger, check the project properties”.
If I check the project properties all the Debugger settings are empty. I don’t know if it is by design or if something is wrong with these, but in any case, I can’t start the editor.
The only thing that I can think of which could mess up things is that I have installs of VS 2015, 2017, and 2019 (all with Game Development with C++), but uninstalling 2015 and 2019 is not an option as I need them for other projects.
Would someone have an idea of what my issue could be?
Thanks,
Clem