Is there any way to compile UnrealTournament with VS2015?

I’m having trouble running GenerateProjectFiles.bat because I have Visual Studio Community 2015. Is there any way to either get a download of Visual Studio 2013 (I couldn’t find it), or to get this build to work with Visual Studio 2105?

In UE4.9 experimentally supports VS2015, but you need to run GenerateProjectFiles.bat with “-2015” option in command line. In UE4.10 VS2015 will become default IDE so you no longer need to do anything

Thank you very much.