We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
516d784 (ref: TrinityCore/TrinityCore#21104)
Description:
Building a single .cpp file in Visual Studio 2017 after a Clean Solution results in a build error
1>------ Build started: Project: game, Configuration: Debug x64 ------ 1>CreatureAI.cpp 1>c1xx : fatal error C1083: Cannot open compiler intermediate file: 'D:\wow\TrinityCore\win\src\server\game\Debug\cotire\game_CXX_prefix.pch': No such file or directory 1>Done building project "game.vcxproj" -- FAILED. ========== Build: 0 succeeded, 1 failed, 0 up-to-date, 0 skipped ==========
Steps to reproduce the problem:
It seems like the single source files don't have the PCH project set as dependency.
The text was updated successfully, but these errors were encountered:
No branches or pull requests
516d784 (ref: TrinityCore/TrinityCore#21104)
Description:
Building a single .cpp file in Visual Studio 2017 after a Clean Solution results in a build error
Steps to reproduce the problem:
It seems like the single source files don't have the PCH project set as dependency.
The text was updated successfully, but these errors were encountered: