I went back through the log to try and find out why game didn't build and I had no error. After it builds shared.lib the next line in the log is what is below.
10>------ Build started: Project: game, Configuration: Release Win32 ------
11>------ Build started: Project: realmd, Configuration: Release Win32 ------
It seems like it just skips game.lib completely and moves onto realmd. I did it twice and exactly the same thing happens it just skips over game completely and moves on. If I try to just build game by itself I get this error below
1>------ Build started: Project: game, Configuration: Release Win32 ------
1> Player.cpp
1>..\\..\\src\\game\\Player.cpp(14275): error C2143: syntax error : missing ')' before '{'
========== Build: 0 succeeded, 1 failed, 0 up-to-date, 0 skipped ==========