Cannot read properties of undefined (reading 'Fields')

I recently upgraded to latest minor version (of v2023), and since then I get this error during file generation:Generating StaffTrainingTrainersAdd.php (class)…
undefined:908
sourceField = sourceTable.Fields.find(f => IsLinkTableField(f) && f.FldTagLnkTbl == TABLE.TblName && f.FldSelectAllowAdd);
^
TypeError: Cannot read properties of undefined (reading ‘Fields’)How can I fix this?

https://discourse.hkvstore.com/t/typeerror-cannot-read-properties-of-sourcetable/7399/1