How to disable Precompiled header in Visual Studio ?
Contents
As you may know, precompiled header (pch.h, stdafx.h) is header file that is compiled into an intermediate form that is faster to process for the compiler. Each subsequent compilation is faster because the stable code does not need to be recompiled
To disable Precompiled header
- Right click on your project, choose Properties
- Configuration Propeties -> C/C++ -> Precompiled Headers
- In the right panel, select Not Using Precompiled Headers