[UE4.11] Generate Visual Studio project files is broken

I’m using VS2015, if i right click on .uproject file to regenerate solution file it generate a “VS2013 project” and in VS log window i have these warning

D:\Gamedev\UE4\Projects\MainMenuExample\Intermediate\ProjectFiles\MainMenuExample.vcxproj : warning : Impossibile trovare gli strumenti di compilazione per Visual Studio 2013 (v120). Installare Visual Studio 2013 (v120) per compilare utilizzando gli strumenti di compilazione Visual Studio 2013 (v120).

D:\Gamedev\UE4\Projects\MainMenuExample\Intermediate\ProjectFiles\UE4.vcxproj : warning : Impossibile trovare gli strumenti di compilazione per Visual Studio 2013 (v120). Installare Visual Studio 2013 (v120) per compilare utilizzando gli strumenti di compilazione Visual Studio 2013 (v120).

“impossible to find compilation tools for Visual Studio 2013”

After this if i launch my project via VS2015 i have this error


warning about VS2013 gone if i build via command line
/UE4/Engine/Binaries/DotNET/UnrealBuildTool.exe -projectfiles -project=“/Unreal Projects//.uproject” -game -engine -progress -2015

but the error on launch persist.

Delete these folders (create a copy of your project, move them for safe keeping if you want to):

/.vs (this folder may be hidden)

/Binaries

/Build

/Intermediate

/Saved.

Also delete the VS solution file (.sln) and if exists index (.sdf / .opensdf) files too.

Now try again to generate the VS files.

Thanks, tried but problem persist :frowning:

If you have SDKs for Android or on your machine then this is expected as these require 2013 for compiling. You should be able to remove the SDKs and generate project files again and get a 2015 solution.

Unistalling the NVIDIA AndroidWorks solved the problem, thanks!

Unistalling the NVIDIA AndroidWorks solved the problem, thanks!