Index: trunk/ab5.0/abdev/compiler_x86/compiler_x86.vcproj
===================================================================
--- trunk/ab5.0/abdev/compiler_x86/compiler_x86.vcproj	(revision 512)
+++ trunk/ab5.0/abdev/compiler_x86/compiler_x86.vcproj	(revision 513)
@@ -1292,4 +1292,8 @@
 					</File>
 					<File
+						RelativePath="..\BasicCompiler_Common\src\Interface.cpp"
+						>
+					</File>
+					<File
 						RelativePath="..\BasicCompiler_Common\src\LexicalAnalyzer_Class.cpp"
 						>
@@ -1497,4 +1501,8 @@
 					</File>
 					<File
+						RelativePath="..\BasicCompiler_Common\include\Interface.h"
+						>
+					</File>
+					<File
 						RelativePath="..\BasicCompiler_Common\include\LexicalScope.h"
 						>
Index: trunk/ab5.0/abdev/compiler_x86/stdafx.h
===================================================================
--- trunk/ab5.0/abdev/compiler_x86/stdafx.h	(revision 512)
+++ trunk/ab5.0/abdev/compiler_x86/stdafx.h	(revision 513)
@@ -44,4 +44,7 @@
 #include <Hashmap.h>
 #include <Configuration.h>
+#include <Type.h>
+#include <Method.h>
+#include <Interface.h>
 #include <Class.h>
 #include <Procedure.h>
