This is almost certainly the result of a directive #warningin code. C ++ itself does not limit you to 99 elements of the array, it will be an artificial limit introduced for some reason.
My advice would be to find this post and see if there are any comments that can help explain why this is a problem. Sort of:
fgrep 'array has more than' *.c *.cpp *.h *.hpp
since a UNIX-like operating system would be a good starting point.