Problem creating file inside classes in visual studio in cocos2dx

when i create a example.h or example.cpp file in visual studio by right clicking classes folder, the file gets created inside folder win32. when i include this file in HelloWorldScene.cpp , it is showing error(can’t open file example.h). Please help me to solve this problem.

in the create .,cpp / .h popup, change the folder path

I have created .h file in vs but it is not showing under classes folder in solution explorer. When i manually opened the classes folder it is there.