Problem

The following error appears when compiling in Visual Studio:

Error    1    error C1001: An internal error has occurred in the compiler.    ...\TrinityCore\src\server\game\Quests\QuestDef.h    427    1    game

...\TrinityCore\src\server\game\Quests\QuestDef.h(427): fatal error C1001: An internal error has occurred in the compiler.
(compiler file 'f:\dd\vctools\compiler\cxxfe\sl\p1\c\convert.cpp', line 9608)

Solution

This error is fixed by updating Visual Studio to Update 3 or higher.

  1. Download Visual Studio 2013 Update 4 https://www.microsoft.com/en-us/download/details.aspx?id=44921
  1. or Download Visual Studio 2013 Community http://www.visualstudio.com/en-us/downloads/download-visual-studio-vs#DownloadFamilies_2


Additional info: http://www.trinitycore.org/f/topic/10854-visual-studio-2013-express-deprecation-windows/

Related articles

Related articles appear here based on the labels you select. Click to edit the macro and add or change labels.


Related issues