Godot engine project missing file

:information_source: Attention Topic was automatically imported from the old Question2Answer platform.
:bust_in_silhouette: Asked By undeton

I clone Godot engine project and VSCode tell me that the project was missing some files
like core/version_generated.gen.h I tried to verify that i clone success by command git clone godot successful-git-clone and it tell done. So what happen to me? waiting for for help.

:bust_in_silhouette: Reply From: Zylann

Files ending with *.gen.* are generated by the SCons build process. They are not in the repo.
These files will come back once you compile Godot again.

I didn’t know that. Many thanks.

undeton | 2019-09-04 16:33