I have a solution with one project (Project1). I added another project (Project2). Both of them are Web Application MVC 5.
In the Controller of Project 2 I cant use using Project2.Models but I can use using Project1.Models
In autocomplete list after I type Project2. It only shows the Controller and not Model. How to reference Models of Project2 on Controller of Project2?
Additional info:
From Controller on Project1 on autocomplete list Project2 doesn't appear.
Also for Models on Project2 I added them from existing items (items from Models on Project1).
