error LNK2001: unresolved external symbol “public: static class FCompositeBuffer const FCompositeBuffer::Null” (?Null@FCompositeBuffer@@2V1@B)
It ONLY appears after deleting some unwanted c++ files. The project rebuilt fine, then tried to rebuild after making a new C++ class in-editor. This is when it imploded with the linker errors.
This is the second time I’ve run into this. The first time I had to resort to totally remaking the project from a previous git push. Anyone here know how to fix this?