C++ TArray problem Unreal engine

When i created the header file in Visual studio community 2019b version then I came across with this error that whenever i include the file in bull cow cartridge.cpp file then it shows and error and in the file only it shows this error




and i even got this errors also

You didn’t end your variable declaration with a semicolon

const TArray<FString Words = 
{
}; // missing ;

This topic was automatically closed 20 days after the last reply. New replies are no longer allowed.

Privacy & Terms