Francesco Borzi
Francesco Borzi

Reputation: 61994

CLion error when opening an AzerothCore project

I've tried to open an AzerothCore project using CLion and when the IDE starts I get the following errors:

Problems were encountered while collecting compiler information: cc1plus: fatal error: .../azerothcorde-wotlk/cmake-build-debug/src/common/sharedPCH.h: No such file or directory cc1plus: fatal error: .../azerothcorde-wotlk/cmake-build-debug/src/common/Collision/collisionPCH.h: No such file or directory cc1plus: fatal error: .../azerothcorde-wotlk/cmake-build-debug/cmake-build-debug/src/server/authserver/authPCH.h: No such file or directory cc1plus: fatal error: .../azerothcorde-wotlk/cmake-build-debug/cmake-build-debug/src/server/game/gamePCH.h: No such file or directory cc1plus: fatal error: .../azerothcorde-wotlk/cmake-build-debug/cmake-build-debug/src/server/scripts/ScriptPCH.h: No such file or directory cc1plus: fatal error: .../azerothcorde-wotlk/cmake-build-debug/cmake-build-debug/src/server/worldserver/worldPCH.h: No such file or directory

Upvotes: 0

Views: 199

Answers (1)

Viste
Viste

Reputation: 99

Restarting the IDE solved the issue for me.

Upvotes: 0

Related Questions