Error: No model classes are available.
Solution:
Even though you have model classes created, you may see this error that "No model classes are available." when trying to add new controller, because you haven't compiled your project.
Compile your project and try again it will fix this error.