Visual Studio 2017 'cl.exe' is not recognized

I tried to compile simple HelloWorld program via hxcpp using Visual Studio 2017 community edition, but as result get the error:
‘cl.exe’ is not recognized as an internal or external command
I saw similiar issue here : https://github.com/HaxeFoundation/hxcpp/issues/590 , but for me Developer Command Prompt didn’t help.
Any advice ?