So I’m unable to generate any Visual Studio projects files, specifically the .sln one. Even right clicking on my .uproject file and selecting the option does nothing. Because of this I’m unable to edit any .cpp files or launch Visual Studio through the engine. I’ve updated both Unreal & Visual to the latest versions. I have Visual Studio set up for Unreal in the installer (Game development with C++, C++ profiling tools, C++ AddressSanitizer (Experimental), Windows 10 SDK (10.0.18362.0), Unreal Engine Installer)
It all started when I was on engine 4.22 and I got a error trying to compile some c++ code saying “I don’t have sufficient rights to run a command (exited with code 5)”. So I followed this thread to see if I could fix it. I moved the Unreal folder to the root of my C: drive. I tried editing my project.build.cs file but no luck. I’ve tried to deleting Intermediate, Save, Binaries folders but no good.