Visual Studio 2010 New Files in wrong location

I have an irritating problem I hope somebody can tell me how to fix. When I tell Visual Studio 2010 to create a new class (.cpp and .h files) - It’s putting them in the ‘builds’ folder and NOT in the ‘source’ folder where the rest of the project code is located. I dug all through my project prefs but couldn’t see what I needed to change in order to aim visual studio at the correct location. Anybody seen and solved this?

Thanks,
Kurt

I always use the introjucer to create new files these days.

Thanks…I’ll do that too.