✅ Visual studio dont see new changes
I made a refactor in mvc project to clean architecture but when i moved a class 'Car' from CarRental.Presentation, file Models to file Entities in CarRental.Domain, Visual Studio dont see new changes and displays error with but directory when i write code, I also changed name from (for instance CarsProject) to CarRental. Therefore when i try to use class Car in other solution 'Infrastructure' and use dependency to car in entities it showing only directory to old car in models. Why?