When the FBullCowGame BCGame; is above int main () in the main.cpp I get: 1>LINK : fatal error LNK1104: cannot open file ‘f:\documents\visual studio 2015\Projects\UnrealCourse\Debug\BullCowGame.exe’
But, when I put the same thing inside of a function it compiles and runs fine. I’ve even ensured the files are the same from GitHub. I’m running VS Community 2015 Update 3. Any ideas? Thanks.