Problems with installing

I have a problem with installing Cocos 2d-x. The instruction file structure doesn’t match real file structure (install-templates-msvc.bat doesn’t exist). I built solution, tests are working. I can not create cocos project beacause there isn’t such type of projects. Somebody help me please. Thank you in advance.

Just copy 2d-x-2.2\samples\Cpp\HelloCpp — you’ll be really happy.

You don’t install the templates anymore : you should run tools/project_creator/create-project.py : it will create a folder for your project in /projects, and a barebones VS solution will be there.