0
I created my project in Visual Studio 2013, I’ve been editing every day, and recently out of nowhere it failed to recognize an existing namespace.
The namespace appears in red with the message "The type or namespace 'Models' does not exist in namespace 'Project.Models'
But when running my project everything runs normally, even if this error appears in the Error List. It seems to be a Visual Studio bug, on another computer I opened the project and ran normally !
If in another computer it opens normally, it is not a problem in the project, but something specific in its environment. Already tried to repair or even reinstall Visual Studio?
– Randrade