when I am trying to compile unreal gives me these errors, i don’t have any issues with visual studio tho.what can i do?
You’re probably missing the include for the projectile.
Judging by the name of that header, I don’t think you called your class AProjectile
as that had a lowercase p, your class is probably called Aprojectile
.
This topic was automatically closed 24 hours after the last reply. New replies are no longer allowed.