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:

image description

i enter parameters:

image description

and class appears here:

image description

and located in project root on disk. src folder on image same 1 one on first screenshot:

image description

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

Popular posts from this blog

ruby on rails - Permission denied @ sys_fail2 - (D:/RoR/projects/grp/public/uploads/ -

c++ - nodejs socket.io closes connection before upgrading to websocket -

python - PyQt: Label not showing correct number of length -