C2550: Too many nested scopes

[FATAL]

Description

Too many scopes are open at the same time. For the actual limitation number, please see chapter Limitations

Example
  void main(void) {

  
    {

  
      {

  
        { 

  
  ....

  
Tips

Use less scopes.

See also