Error C8078

Message

label illegal in this 'for' loop

Description

You cannot define a label within a for statement.

Troubleshooting Tips

Examine the statement at the error location. Modify your code so that a label is no longer defined within the for statement.