C1424: Cannot specify explicit initializer for arrays

[ERROR]

Description

The specified member of the class/struct could not be initialized, because it is an array.

Tips

Initialize the member inside the function body of the constructor.