I had an entity class in Aib\\PlatformBundle\\Entity\\User.php
I had no problems trying to create its form class through
php app/ console doc
I resolved this issue by setting $useSimpleAnnotationReader=false when creating the MetaDataConfiguration.
$useSimpleAnnotationReader=false
MetaDataConfiguration