Hi
In upgrading an older Unity project to 2018.4LTS created with 5.5 am getting a lot of the following errors in one class
The type or namespace name 'Foo' could not be found (are you missing a using directive or an assembly reference?)
But in this case the class Foo DOES exist in my Project and there is a ‘using’ directive. What else could possibly be causing this error?