In reply to @jmgomez "I think you are": > always generate structs when targeting c++ even if you are inheriting from a c++ class > Oh, is it ? > I think you are referring to cpp classes usually being passed as pointers and structs as value > Yeah, I was referring to that, classes are ref type and structs are value types