Right click and Generate Visual Studio projects does nothing

I am trying to generate .sln for strategy game and Swing Ninja by right clicking on .uproject and selecting “Generate Visual Studio project” method but nothing happens, I can see cmd window flash for a second but no files are being generated. I did use “Run as Admin.” to register shell commands, using Win 8.1 and VS 2013.

I’ve just realized that Swing Ninja’s source code is not included, but I was trying to generate sln files from uprojects generated by c++ templates and it still won’t work…

Found workaround from HD_

OK it seems that the right way to register shell is not to run RegisterShellCommands.bat as administrator, but to run cmd.exe as administrator and then run RegisterShellCommands.bat from the console, right click now works.

Runnung UnrealVersionSelector exe as administrator worked for me as well.

for me (using ue 4.18),if you have two VS(2015 & 2017) try to uninstall the VS 2015 and “Generate Visual Studio projects” now work for me (sorry for bad englsih)