Fatal error: Class 'DrupalCommerceEntityController' not found in /var/www/vhosts/dev.com/sites/all/modules/views_url_path_arguments/commerce/modules/customer/includes/commerce_customer_profile.controller.inc on line 12

The commerce_customer_profile.controller.inc extends the DrupalCommerceEntityController. When I remove the extended class from the method, my site pages work but updating it shows an error that references the class because it has parent::$value

Which file is the DrupalCommerceEntityController and where is it located?

I have done registry build to load PHP classes yet the error persists. I have manually flushed the cache and also truncated the cache tables in the DB.

registry build output

DRUPAL_ROOT is /var/www/vhosts/dev.com.
Bootstrapping to DRUPAL_BOOTSTRAP_SESSION
Bootstrap caches have been cleared in DRUPAL_BOOTSTRAP_SESSION
Doing registry_rebuild() in DRUPAL_BOOTSTRAP_SESSION
Bootstrapping to DRUPAL_BOOTSTRAP_FULL
Rebuilding registry via registry_rebuild_cc_all in DRUPAL_BOOTSTRAP_FULL

Drupal 7.5