Whenever I try to compile hearthstone I get this error
5>..\..\src\hearthstone-world\Vehicle.cpp(665) : error C2227: left of '->IsPlayer' must point to class/struct/union/generic type
5> type is ''unknown-type''
5>..\..\src\hearthstone-world\Vehicle.cpp(665) : error C3861: 'GetControllingUnit': identifier not found
5>..\..\src\hearthstone-world\Vehicle.cpp(665) : error C3861: 'GetControllingUnit': identifier not found
5>..\..\src\hearthstone-world\Vehicle.cpp(667) : error C2227: left of '->GetGroup' must point to class/struct/union/generic type
5>..\..\src\hearthstone-world\Vehicle.cpp(667) : error C2227: left of '->GetGroup' must point to class/struct/union/generic type
5>..\..\src\hearthstone-world\Vehicle.cpp(667) : error C3861: 'GetControllingUnit': identifier not found
5>..\..\src\hearthstone-world\Vehicle.cpp(667) : error C3861: 'GetControllingUnit': identifier not found