View Single Post
  #2  
Old 11-08-2023, 10:01 PM
Tootsieroller
Fire Beetle
 
Join Date: May 2020
Posts: 2
Default Same Issue

I'm getting what seems like the exact same issue. For additional info, basically all error lines are like this:

10>c:\(account folder)\common\repositories/command_subsettings_repository.h(80): error C2143: syntax error: missing ';' before '{' (compiling source file C:\(account folder)\zone\spawngroup.cpp)

The .cpp file changes (e.g., spawngroup or spell_effects) but the "command_subsettings_repository.h" is the same for every error I can see.

The lines (e.g., 80 above) iterate between 51 and 84. It does 3 errors for each code line:

"error C2143: syntax error: missing ';' before '{'"
"error C2447: '{': missing function header (old-style formal list?)"
"error C2059: syntax error: ','"

That gives it the 100 errors to quit that file and move to the next.

I assume that it's either my compiler not reading it properly or some missing syntax causing cascading issues but I would appreciate any insight.
Reply With Quote