Can't compile for windows

Hi !
I can compile for android, but for windows the build fails. On the log it’s written:
5>…\Classes\AppDelegate.cpp(69): warning C4305: ‘argument’: truncation from ‘double’ to ‘float’
5>C:\Program Files (x86)\Microsoft Visual Studio 14.0\VC\include\exception(359): warning C4577: ‘noexcept’ used with no exception handling mode specified; termination on exception is not guaranteed. Specify /EHsc (compiling source file …\Classes\AppDelegate.cpp)
5>game.rc(10): fatal error RC1015: cannot open include file ‘afxres.h’.
5>
========== Build: 4 succeeded, 1 failed, 0 up-to-date, 0 skipped ==========
Error running command, return code: 1.

Check afxres.h exits.
I m not realy remember but i dont think new project of cocos has that file - wrong?