How to fix «Unable to open base address file in vendor/oro/platform/src/Oro/Bundle/EntityExtendBundle/OroEntityExtendBundle.php:133»?

Fatal error: Uncaught RuntimeException: Mon May 15 12:27:05 2017 (10244): Fatal Error Unable to open base address file in vendor\oro\platform\src\Oro\Bundle\EntityExtendBundle\OroEntityExtendBundle.php:133 Stack trace: #0 vendor\oro\platform\src\Oro\Bundle\EntityExtendBundle\OroEntityExtendBundle.php(96): Oro\Bundle\EntityExtendBundle\OroEntityExtendBundle->checkConfigs() #1 vendor\oro\platform\src\Oro\Bundle\EntityExtendBundle\OroEntityExtendBundle.php(71): Oro\Bundle\EntityExtendBundle\OroEntityExtendBundle->ensureInitialized() #2 app\bootstrap.php.cache(2796): Oro\Bundle\EntityExtendBundle\OroEntityExtendBundle->build(Object(Oro\Component\DependencyInjection\ExtendedContainerBuilder)) #3 app\bootstrap.php.cache(2775): Symfony\Component\HttpKernel\Kernel->prepareContainer(Object(Oro\Component\DependencyInjection\ExtendedContainerBuilder)) #4 app\bootstrap.php.cache(2728): Symfony\Component\HttpK in vendor\oro\platform\src\Oro\Bundle\EntityExtendBundle\OroEntityExtendBundle.php on line 133

I have fixed by running the problem command manually:

app/console oro:entity-extend:cache:check --env prod --cache-dir app/cache/prod

Or you can try:

app/console cache:clear -e prod