Circular Dependency Detected
Error
Cause
In some cases, it might be because a class is defined/forward declared without it being defined.
In this case, USH_RV2_SplineComponent
was not defined anywhere, and the class that this array was in had an Interface that thought this was a circular dependency.
Fix
Make sure the correct #includes are added so that there is no “circular dependency”.
Notes
When I deleted the Binaries/Intermediate folders and regenerated fresh, this error becamse an “undefined class” error. The notes here are to remind me to check other errors because the initial error may not be what’s actually causing this error.
Last updated