While compiling i get this error in unreal
Dont have any issues in vs community tho
I think the problem is in the .h file.
Without see it, I would say you forgot the ; at tank declaration in header file. If that isn’t the case, you should show the tank.h file.
ATank();
You are missing the ATank(); under public:
public:
ATank();
This topic was automatically closed 20 days after the last reply. New replies are no longer allowed.