Blanks screen on test cpp

Why are the menus missing when i run the test cpp release exe.They were there when i ran it in Vc2013

What did you change in your setup?

thanks for the prompt reply, i did not touch anything in the code.The program was fine when running it through Visual studio but when i the object/exe file from the release or debug folder the screen is blank.

just found the solution, it was blank because it couldnt read the resources folder,so for anyone who has the same problem can copy the contents found in [root/harddrive:]cocos2d-x-3.3rc0\cocos2d-x-3.3rc0\tests\cpp-tests\Resources into your exe folder.