C2075 Too many locals Explanation: You have exceeded the maximum of 255 local variables per function definition. Use of this many local variables is probably an indication of a function that is too complex. Action: Divide the routine into two or more subroutines.