I am having an issue where my project compiles fine when I close it, but when I re-open it I get an error on some of my functions. All of these functions are from interfaces and they are all returning a value. The error says that the node no longer exists on the return node. To fix it I have to go to the class settings, remove the interface and re-add. Then it works fine, until I close it and re-open again.