Message <Context> , an array's element type is incomplete, which precludes its initialization. Description In order to initialize an array, the array element type must not be incomplete. User Action Either remove the initializer or complete the array element type before this point in the program.