Shouldn't the precopiled header file be placed under the "src" folder and not under the "include" folder? This seems to be a safer strategy for PCH files as to not accidentally deploy or include them with other include files.
Also, for bonus, wouldn't it also be helpful to rename stdafx.h to pch.h to be more consistent with the new direction of files in VS 2012?
Also, for bonus, wouldn't it also be helpful to rename stdafx.h to pch.h to be more consistent with the new direction of files in VS 2012?