[ERROR] Adding a sprite

Hello.

I’m trying to run this tutorial with visual studio 2012:
http://www.cocos2d-x.org/projects/cocos2d-x/wiki/Chapter_2*-*How_to_Add_a_sprite

When I try to use “xcopy /Y /E …* $(OutDir)” at the post-build event I get the following error:
Error 1 error MSB3073: The command “xcopy /Y /E …* myPath:VCEnd” exited with code 4.

I have tryed to copy the pictures manually, but I get another error:
Get data from file(Player.png) failed!

What is the correct way to run this tuto?

Regards.

[[|]]’s

murphy

If you’re using 2.0.x version, SimpleGame is in the cocos2d-x/samples/ folder.
The old tutorials… they need to be updated.