.IPCH 文件扩展名
Intellisense Precompiled Header File
| 开发者 | Microsoft |
| 受欢迎程度 |
3.4 | 11 票 |
什么是 IPCH 文件?
Developer file used by Microsoft Visual C++, an IDE used for Windows C++ programming; contains precompiled header information used by Intellisense, Microsoft's code assistance module used for code hinting, documentation, and autocompletion while the programmer types source code.
更多信息
For Visual C++ projects, an iPCH file is saved within the \ipch\ project subdirectory.
Visual C++ is part of Microsoft's Visual Studio development environment software.
可打开或引用 IPCH 文件的程序
Windows