Resolution:
Correct the code; then recompile.
Example:
The following example shows code that would throw this error.
       interface-id IProperty.
       property-id MyProp string.
       getter.
       setter.
       end property.
       end interface.
       class-id a implements type IProperty.
       property-id MyProp string.
       getter.
       end property.
       end class.