Fatal error c1859: unexpected precompiled header error. Simply rerun the compiler may fix this problem

Check the output directory of the project, delete the whole directory and regenerate it (PCH file directory, general release directory). If the error is still reported after deleting the single level directory, delete the multi-level directory (such as x64/release) and rerun the compiler.

Read More: