C1065: 'inline' is the only legal storage class for Constructors

[ERROR]

Description

The specified constructor has an illegal storage class (auto, register, static, extern, virtual).

Tips

The only possible storage class for constructors is inline.