Actually nevermind: Game Coding Complete's source codes don't compile under Win10 / VS2015...
I got it to work on VS2015 last year.
How? I don't want to read both the book and the changes that have to be made in order to get it to work.. but your project works, thank you!
You can read the book as-is. The code is largely untouched, the "conversion" consisted mostly of rebuilding the relevant libraries.
Nice! So I can just grab a copy of it, study it while using your libraries and I should be fine, right?
Right, you should be fine.
Whether you've got VS2010, VS2013, or VS2015, that's covered -- it's almost the same code, and as far as the book is concerned, it IS the same code.
VS2010: official code bundle.
VS2013 and VS2015: unofficial forks I worked on.
(IIRC, there is/was also a VS2012 fork, but I never downloaded it nor worked on it.)