I am receiving unknown type name errors in two files that previously worked fine. In the first file, I am storing all structs. and in one of the structs, a variable is receiving an unknown type name. The other file is an interface with a virtual method that returns a TArray of one of the structs. Does anyone have any suggestions?