Error: Can't open included file 'species.inc'

Hello,
I just included if statement in source_u_g and I am getting the following error;
" Error: Can’t open included file ‘species.inc’" when I try to build solver
Can you advice me to fix it?
BUG REPORT

Attach zip file generated from main menu> submit bug report.
1dheatconduction_2022-06-08T124616.014878.zip (430.2 KB)

The file species.inc is generated when chemical reactions are defined. You have added

INCLUDE 'species.inc'

in usr_properties.f. Either remove this statement and manually define the species indices in the code, or create the file species.inc (manually or from another dummy run with reactions).