Hi all,
For the past two days, I have been trying to get UE4 to recognise Visual Studio, but I keep getting the error:
“No compiler was found. In order to use a C++ template, you must first install Visual Studio 2017” when trying to create a C++ project. It’s worth noting that I have previously been able to create C++ projects before in the past.
Things I have tried:
Different UE versions: UE4.23.0, UE4.22.3 (Multiple re-installs of both)
Different VS Versions: VS2019, VS2017 (Multiple re-installs of both)
Currently, UE4 is installed to:
“C:\UE_4.23” and “C:\UE_4.22”
Visual Studio is installed to: “C:\Program Files (x86)\Microsoft Visual Studio\2017\Community”
Registry:
Computer\HKEY_LOCAL_MACHINE\SOFTWARE\WOW6432Node\Microsoft\VisualStudio\SxS\VS7
contains:
15.0 - "C:\Program Files (x86)\Microsoft Visual Studio\2017\Community"
Does anyone have any ideas?
Thanks