How can I tell Visual Studio 2010 to create classes in selected folder, not in root? -
typical scenario. want add class in project in specific folder:
i enter parameters:
and class appears here:
and located in project root on disk. src
folder on image same 1 one on first screenshot:
when asked colleague how deals it, told me uses qtcreator create empty classes. come on, there other way running 2 ides, right?
don't use class wizard create class file. right click on folder want add class file.click on add new item. type in class name. class file should created in intended folder.
Comments
Post a Comment