C++ compiling error when FreeAndNil of private properties in an inherited structure with version 9.2.102.1293

you can disable regeneration of _Intf and replace delete this->f with delete this->int_ like

delete this->fNewField;

with

delete this->int_NewField;