Do you have errors or warnings when you compile your project?

LRESULT Window::_WndProc(HWND hWnd, UINT msg, WPARAM wParam, LPARAM lParam) {The CALLBACK keyword is missing after LRESULT.

I think...