I wanted to try the Projucer on a project of mine.
But it gave me errors (I assume a red text with a red exclamation mark in a triangle is an error) because of classes declared in the private section of another class.
'<private class name>' is a private member of '<parent class>'
Is there a specific reason why the Projucer can't cope with this? Or is it a special case the Projucer just doesn't handle yet?
Because of these errors not a single Component (even though compiled) shows up in the Components list.
