Hello Yehuda,
This could be caused by a difference between standard MVC project and Kentico MVC.
You should register the following call:
AreaRegistration.RegisterAllAreas();
Inside the **OnInit()**
method in file CMSApp_MVC\CMS_MvcModule\CMS_MvcModule.cs
Best regards, Martin