Index: trunk/ab5.0/abdev/compiler_x64/compiler_x64.vcproj
===================================================================
--- trunk/ab5.0/abdev/compiler_x64/compiler_x64.vcproj	(revision 627)
+++ trunk/ab5.0/abdev/compiler_x64/compiler_x64.vcproj	(revision 628)
@@ -326,4 +326,8 @@
 				</File>
 				<File
+					RelativePath="..\BasicCompiler_Common\include\ErrorCode.h"
+					>
+				</File>
+				<File
 					RelativePath="..\BasicCompiler_Common\include\LexicalAnalyzer.h"
 					>
Index: trunk/ab5.0/abdev/compiler_x64/stdafx.h
===================================================================
--- trunk/ab5.0/abdev/compiler_x64/stdafx.h	(revision 627)
+++ trunk/ab5.0/abdev/compiler_x64/stdafx.h	(revision 628)
@@ -48,4 +48,5 @@
 #include <CodeGenerator.h>
 #include <Messenger.h>
+#include <ErrorCode.h>
 #include <Linker.h>
 #include <Compiler.h>
