Setting up Application Project Properties in Visual Studio .NET 2003
Visual Studio C++ Precompiled Headers Properties
Here we will examine the C++ Compiler Precompiled Headers Properties Tab.
You should not need to change any of the options on this tab.
A Note on Precompiled Headers If you have used Precompiled Headers before and know how to set them up properly, they can be a powerful tool against long build times. However, it has been in my experience that Precompiled Headers are very much a hit-or-miss situation: if a team member does not understand how they work and how to work with them, it can lead to even longer build times for them and sometimes the entire team.
Therefore, it is suggested that you steer clear of Precompiled Headers unless the group agrees to use them.