NGWS SDK Documentation  

This is preliminary documentation and subject to change.
To comment on this topic, please send us email at ngwssdk@microsoft.com. Thanks!

Compiler Error C2628

'type1' followed by 'type2' is illegal (did you forget a ';'?)

A section of code between the two types is incorrect.

Possible cause

Example

class C
{
public:
   void func( void ) {;}
}                         // semicolon is missing here
void main() {}            // error detected on this line