Compiler Error C2772 (Windows CE 5.0)

Send Feedback

#import referenced a type from a missing type library; '__missing_type__' used as a place holder

While processing the type library named by the #import directive, the compiler encountered a referenced type defined in a secondary type library, which could not be found. In place of the missing typename, the compiler sent a dummy typename, (__missing_type__) to the output. This dummy typename triggers additional errors as the type library headers are compiled.

This error occurs when the secondary type library is missing or improperly registered. To determine the name of the missing secondary type library, search for the string "__missing_type__" in the type library headers.

Send Feedback on this topic to the authors

Feedback FAQs

© 2006 Microsoft Corporation. All rights reserved.