When importing projects of VC++, if a folder in the
VC-project has a space in it (saved as {# Begin
Group "Configuration Window"} in the dsp).
DevC++ only looks like it does a reverse lookup for
the space. It should do a lookup for the first {"} and
then for the last {"}.
For your interest: folders with a {"} are like:
{# Begin Group "te"st"}
Greetings & nice program!