Can't compile the project

I have installed Visual Studio 2017 and C++ game development pack inside of UE as suggested in docs. I have then deleted Visual Studio 2015 completely

When I try to create a new project I get his error

How do I solve this error? I don’t wish to use Visual Studio 2015

139933-capture.jpg

“Test” might be used in some context in the engine. Have you tried naming your project something more unique?

You can’t have test as project name, Test is an actual development configuration for the engine so UBT gets confused. If you rename it to something else then everything should be fine!

Regards