Today, we will transfer the solution in vc2008 to vc6 for compilation. because the solution is too large, we will use incredibuild for joint compilation. When compiling a project with a precompiled header, multiple errors similar to the following occur:
Error c2858: command-line option 'program Database Name (/FDE: \ project \ My \ Chinese \ debug \ gameclinet_ib_1.pdb) 'inconsistent with precompiled header, which used'/FDE: \ project \ My \ \ debug \ gameclinet. pdb' gameclinet. CPP
Baidu found that some netizens encountered the same problem. In the same way, they used incredibuild for joint compilation under vc6. If incredibuild is not used, there will be no problem in individual rebuild, but the problem still persists when the incredibuild fails.
The reason is that incredibuild does not support Chinese paths. You only need to change the directory path to English.