Whenever I add a new class to a visual studio project, the source files are created in the same directory where the .vcproj file of the project is located. Is there a way to change this location? for an example, create the files in a sub directory located in that directory?
Thanks
Create a folder, and add to project by right clicking on the folder and selecting Add New Item.