Further info.
Using precompiled headers option - that speeds up the compile/build process by only compiling changed files, the stdafx.h is required as part of the process.
For a small app like this it won't make that much of a difference. For larger apps it could reduce the time taken by many minutes. I would keep the option enabled.