Hi Gellert,
As per my understanding, you are trying to deploy a model to Arduino, and getting an error ‘Failed code generation information file does not exist’.
The error could be caused due to the length of path. Path might be too long for the model to execute.
You can check the following MATLAB Answer to resolve the error:
I hope this resolves the issue you were facing.