In Visual Studio I have a bunch of error messages of the following type:
The name "X" does not exist in the namespace "Y".
I tried the solutions suggested here:
How do I fix error saying "The type or namespace name X does not exist in the namespace Y"?
and here:
the name <...> does not exist in the namespace clr-namespace <...>
Nothing worked.
Any ideas?