The project could not be compiled. Would you like to open it in Visual Studio?

when i trying to make new C++ project,

The project could not be compiled. Would you like to open it in Visual Studio?

Running C:/Program Files/Epic Games/UE_4.17/Engine/Binaries/DotNET/UnrealBuildTool.exe test Development Win64 -project=“C:/Users/jhl/Documents/Unreal Projects/test/test.uproject” -editorrecompile -progress -NoHotReloadFromIDE
ERROR: Multiple configurations specified on command line (first Test, then Development)

this error message came out and cant doing anything.
i’m using UE 4.17, Visual Studio 2017 community and windows 10 Enterprise.
also already try reinstall, format my PC, and searching lot of solution from google and trying it but anything couldn’t help me…
i never seen like this when i using UE 4.12 and Visual Studio 2015. this bug make me so annoying :frowning: please help me!

p.s. sorry for my bad English

If you have named your project as ‘test’ or ‘Test’, you may try different name.
It seems that ‘test’ is not a good name as an unreal project.
‘test’ worked as a project name for UE 4.16.1, but did not work for UE 4.17.1.
Hope it works.

This problem has been agonizing over me for a long time until I see this answer.