Generate Visual Studio Project option missing

After installing Visual Studio 2015 with Update 3 and Unreal 4.12.5 on a new computer with Windows 10, I’m unable to see the Generate Visual Studio Project option when right clicking on a .uproject file. I’ve tried creating multiple C++ projects, but the option is never available on any of them:

101359-generatevsprojectmissing.jpg

Are there any known solutions for getting these options to appear in the context menu or other solutions for generating the VS project that doesn’t involve opening the project? I’m trying to add an editor module at the moment, so I need to be able to generate the files to get the new module dll to compile to even open the project.

Thanks in advance for your help!

Hey -

Can you choose the Open with option and post a screenshot of of the available options? You should find an option for the Unreal Enigne with a blue icon.

Hey ,

Thanks for getting back to me so quickly! I do see the Unreal button with the blue icon in the Open With options menu:

Not sure if it’s helpful info, but I also tried un-installing and re-installing the engine to see if it would help, but still don’t see the Generate Visual Studio Project option.

Once you select the Unreal Engine with the blue Icon it should change the color of the icon for your .uproject file. You should be able to choose Generate Visual Studio project files and other UE specific options at that point. If those options are still not available and you are using a source built engine, you can go into the Engine/Binaries/Win64/ folder of the engine installation and run UnrealVersionSelector-Win64-Shipping. Then try resetting the .uproject “Open with” type again.

Cheers

Hey ,

Switching the default app to open .uprojects with to the blue icon did indeed fix it. Thanks so much for your help!