Can't open "Text File" after Project crash

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

I created a “Text File” by using RightMouseButton → NewResource → TextFile.

Everything worked fine until my project crashed, because of an import error.
Now i can’t open that text file again.
If I try, it says:
“Failed loading resource: res://Changelog.tres. Make sure resources have beein imported by opening the project in the editor at least once.
At: core/io/resource_loader.cpp:278”

Is there something i can do?

:bust_in_silhouette: Reply From: Jummit

TextFiles are only used internally by the editor, and should not be used inside resources or by scripting.

See this thread and this Reddit post.