Expected a ;?

Visual Studio is giving me an error saying it expects a semi-colon, even though I don’t need one there?

Is that Intellisense giving it? If so, then ignore it and check out the compilation errors

See, that’s what I thought, but it is definetley preventing me from compiling manually, and I cannot compile from the engine because I have to rebuild the .dll, but can’t because of the errors!

Hmm, that doesn’t seem right. Can you paste the actual error you’re seeing.

I get about 200 errors when I compile, Could this have something to do with moving C++ code from one project to a new one, and simply renaming the class API?

yes, be sure to regenerate the sln, and see if you can go through the UBT phase first.

1 Like

To add into what @vorixo said, you can try deleting the intermediate folder of your project. I’ve seen linking errors against stale generated headers.

1 Like

I ended up creating a new project and moving the content over again. I think I also may have screwed it up because I forgot to put the api class in all caps.