Wrap C++ Classes into Blueprint for Organization?

Is there some way to organize my C++ classes or should I just be wrapping everything in a blueprint just so I can put them into folders?

Is there a performance penalty for wrapping the C++ classes into blueprints?

Thanks guys!