Missing UE4 options in drop down menu

Hi

I’ve made a fresh installation of Windows 10 Home, UE4 and Visual Studio Community 2015.

I’ve noticed in Windows Explorer that my .uproject file is only 1KB size and when I right click on it, the UE4 options don’t appear in the drop down menu.

I do not recall having this problem with version 4.10 of Unreal Engine. This is how it should look like:

https://docs.unrealengine.com/latest/images/Programming/Development/ManagingGameCode/Generate_Visual_Studio_Files.jpg

Any idea of what may be the cause of this?

Hello Almanzor,

It seems as though, for some reason, the .uproject files for 4.11 aren’t being associated with the engine itself. To fix this, you should be able to right-click the .uproject file in question, select “Open With” and then if Unreal Engine isn’t listed in the next window, press Browse and navigate to your installation for 4.11. My path is as follows, for reference:

C:\Program Files\Epic Games\4.11\Engine\Binaries\Win64

Once at that location, select UE4Editor.exe and it should associate those .uproject files with that version of the engine. If it doesn’t work correctly, please let me know what the results were.

As an addition, after trying this myself (Admittedly on a .uproject file that was already associated, seeing as I wasn’t having this issue) the Epic Games Launcher prompted me that some uproject files weren’t associated with the correct file, and offered to fix that for me. Let me know if this prompt appears for you. Accepting it should fix the problem on its own if manually setting it didn’t.

Hi ,
I’m seeing the same symptoms in 4.12.5. I’ve tried associating the .uproject file with the UE4Editor.exe in the 4.12 …\Win64 directory. The menu remained unchanged. As you stated, when I later opened the launcher, it prompted to “re-associate” the uproject file and the project opens correctly.

For what it’s worth, I also tried associating it with UE4Editor-Cmd.exe which also had no effect.

It would be great to generate the visual studio files with a right click, but I’d be happy to use any other method that you could provide.

My OS is Win10. VS is VS15, Community. Presently using UE4 prebuilt (not DL source). I was able to generate VS project files under 4.11.

Note- This entry is now OBE. The menu is now working for me. See the posted answer for the full description.

I was able to bring up Generate project files in the menu by following Mathew’s answer BUT when I right clicked Open with I was presented with three versions of unreal. Only one had a blue icon (the others were black). When I chose the blue one it opened the project in 4.12. Subsequently right clicking the menu produced the Generate project files option. Many thanks for pointing me in the right direction!

this question has been answered here:QuestionLink

(the second answer)