undefined struct 'FVector', undefined type 'FVector'

Ok I got my update to work

I cleared all temp file and folders

  • .vs
  • Binaries
  • DerivedDataCache
  • Intermediate
  • Saved
    files
    .vsconfig
    Attempt8.sln

copied over your info into the uproject.

Regenerated & compiled

Compiles with no more lingering strange errors
Attempt8.zip (14.1 KB)


Something worth checking

Can you post the header and cpp file containing the spring arm component?

Could it be that you are lacking the .generated.h include at the bottom of the includes in your header file of that specific class / struct?

Without seeing the files makes it had to track down the source of the error.