Here you can find answers to questions about how the board works. Use the links or search box below to find your way around.
This error means you were trying to use a class or structure that has not been defined. You either misspelled a type name or didn't include the proper header file for the class.
To solve the problem add the following statment near the beginning of the file:
#include <X>where X is the name of the class or structure the compiler complains about.