Reputation: 38919
I have a precompiled header that needs to be included atop each .cpp in my project. I fear that I will waste a lot of time explaining and fixing that in coworkers code.
Is there an MSBuild step that I can do to #include "stdafx.h"
at the top of all my .cpp files so it dosen't need to do done manually?
Upvotes: 3
Views: 1242