error CS0246: The type or namespace name 'WheelColliders' could not be found (are you missing a using directive or an assembly reference?)

How can I solve this error?

By using the correct type which is WheelCollider instead of WheelColliders.