Cannot find class declaration
The compiler cannot find the declaration for this class name. Possible reasons for this error:
- You mistyped the class name or declaration.
- You need to import the file where the class is declared. See Importing classes.
- You meant to declare a variable of built-in type, but misspelled the type keyword.
See Also
Errors