Page 1 of 1

Add new class wizard bug

Posted: Mon Jan 28, 2013 7:11 pm
by netrick
In static library project, you have scr and include virtual folders. That's pretty good and I'd like to use it in every project. However, the add class plugin can only have one virtual directory and can't put header in include and .cpp in src. How can I solve it?

Re: Add new class wizard bug

Posted: Mon Jan 28, 2013 7:56 pm
by eranif
Try this:
settings -> global editor preferences -> C++ -> code
and enable the option:
When adding new files to project, place the files in the 'include' and 'src' folders

You can always Drag the file to a new virtual folder ...

Eran