Preferred Accessor

How can I set a Preferred Accessor, currently it’s PreferredAccessor=VisualStudio2015, since it opens VS 2015 every time I make a new project. How can i change that to PreferredAccessor=VisualStudio2017 that every time make a new project it opens Visual Studio 2017 instead of VS 2015?

Add into BaseEditorPerProjectUserSettings.ini located at <engine root>\Engine\Config this:

[/Script/SourceCodeAccess.SourceCodeAccessSettings]
PreferredAccessor=VisualStudio2017