Does UE 4.16 support visual studio17

i am trying to install recommended codeworks for android but it gives output specifying that it requires visual studio 2015 which is nowhere to be found is support for visual studio arriving else someone please share the link of visual studio 2015 and correct version of codeworks to install because at here at 6th and 8th steps are contradictory.

Visual Studio 17 has been supported from 4.14. With 15 being default but can swap to 2017 if wanted.

Version 4.15 supports both Visual Studio 2015 (default) and Visual Studio 2017. If you are building the Engine from source code, you would want to open a command prompt after running Setup.bat and run the command GenerateProjectFiles.bat -2017. This will give you a Visual Studio 2017 solution for the Engine.

To use Visual Studio 2017 for projects, you can set your preference for which version projects use by going to Edit → Editor Preferences → General → Source Code and choosing Visual Studio 2017 in the Source Code Editor setting.

But I am asking whether it works with codeworks for Android or not because I am getting error while installing codeworks specifying that vs 2015 is requered

I’m unsure about the Android codeworks working with 2017 If you really need to get 2015 there are ways of getting it with .iso file (see stack overflow link bellow) Visual Studio 2015 Update 3 Offline Installer (ISO) - Stack Overflow

Thanx a lot man it did solved my problem