Please note again that this question pertains to S32DS for ARM v 2.2
The code auto generated by the IDE in the directory 'Generated_Code' seems to be re-generated (possibly with updates) *after* it is compiled. This seems wrong and the way I find is that if I delete the files in this directory the project fails to build because of missing header files. But if I include these files in a git repo, then after each project rebuild these files are shown as modified with a different date/time stamp; i.e. a line like
** Date/Time : 2025-08-29, 11:06, # CodeGen: 54
Is there a way that this code can be generated *before* it is used?