Create precompiled header Files and use the precompiled header options.
建立先行编译标头档,并且使用先行编译标头选项。
In this case, all include files can be precompiled into one precompiled header.
在这种情况下,可以将所有包含文件预编译为一个预编译头。
The compile will fail if the files require a precompiled header that is not available at the time of the build.
如果这些文件需要一个在生成时不可用的预编译头,编译将失败。
应用推荐