THis is a warning only, not an error.

You are exporting a class from a dll, but that class is derived from a base class which isn't being exported itself.

This isn't necessarily a problem, but...