A lot of types were not converted and carried over to the ‘C’ files. There were no errors issued by the compiler. Why?

A lot of types were not converted and carried over to the ‘C’ files. There were no errors issued by the compiler. Why?

All of these types should be carried over into the generated code, unless there was a compilation error. Note that many of these may have ended up in the “.h” file rather than the “.c” file. Be sure to check both.