can't setup Cocos2d-x Application Wizard for Visual Studio 2010

hello everybody!
I am new in Cocos2d-x. I folowed UserGuide to setup Cocos2d-x Application Wizard for Visual Studio and found out that i don’t have any script called install-templates-msvc.bat .
So could you help me and explain how i can setup Wizard without this script?

Mikhail Afanasiev wrote:

hello everybody!
I am new in Cocos2d-x. I folowed UserGuide to setup Cocos2d-x Application Wizard for Visual Studio and found out that i don’t have any script called install-templates-msvc.bat .
So could you help me and explain how i can setup Wizard without this script?

The template seems to have been removed in earlier versions for some reason.
I am in the stage of trying to configure the setup myself and I came across this solution.
http://stackoverflow.com/questions/12125490/setup-cocos2d-x-application-through-visual-studio-2010-project-template

He solved it by using the template wizard in VS and direct it to the cocos2d-x library solution.

The cocos2d-x team now recommend using “create_project.py” in tools/project_creator. There is a guide in wiki. You can search that.
Tom Pom wrote:

Mikhail Afanasiev wrote:
> hello everybody!
> I am new in Cocos2d-x. I folowed UserGuide to setup Cocos2d-x Application Wizard for Visual Studio and found out that i don’t have any script called install-templates-msvc.bat .
> So could you help me and explain how i can setup Wizard without this script?
>
The template seems to have been removed in earlier versions for some reason.
I am in the stage of trying to configure the setup myself and I came across this solution.
http://stackoverflow.com/questions/12125490/setup-cocos2d-x-application-through-visual-studio-2010-project-template
>
He solved it by using the template wizard in VS and direct it to the cocos2d-x library solution.