• Unfortunately, we have experienced significant hard drive damage that requires urgent maintenance and rebuilding. The forum will be a state of read only until we install our new drives and rebuild all the configurations needed. Please follow our Facebook page for updates, we will be back up shortly! (The forum could go offline at any given time due to the nature of the failed drives whilst awaiting the upgrades.) When you see an Incapsula error, you know we are in the process of migration.

[Source] Compiling Errors

Newbie Spellweaver
Joined
Jan 29, 2014
Messages
60
Reaction score
1
i experienced this error can anyone teach me how to fix this?


------ Rebuild All started: Project: Neuz, Configuration: NoGameguard Win32 ------

Deleting intermediate files and output files for project 'Neuz', configuration 'NoGameguard|Win32'.
Compiling...
StdAfx.cpp
c:\Users\PC-2\Downloads\Compressed\Source\Neuz\StdAfx.h(19) : fatal error C1083: Cannot open include file: 'afxwin.h': No such file or directory

Build log was saved at "file://c:\Users\PC-2\Downloads\Compressed\Output\Neuz\NoGameguard\BuildLog.htm"
Neuz - 1 error(s), 0 warning(s)


------ Rebuild All started: Project: LoginServer, Configuration: Release Win32 ------

Deleting intermediate files and output files for project 'LoginServer', configuration 'Release|Win32'.
Compiling...
StdAfx.cpp
c:\Users\PC-2\Downloads\Compressed\Source\LOGINSERVER\StdAfx.h(19) : fatal error C1083: Cannot open include file: 'afxwin.h': No such file or directory

Build log was saved at "file://c:\Users\PC-2\Downloads\Compressed\Output\LoginServer\Release\BuildLog.htm"
LoginServer - 1 error(s), 0 warning(s)


------ Rebuild All started: Project: DatabaseServer, Configuration: Release Win32 ------

Deleting intermediate files and output files for project 'DatabaseServer', configuration 'Release|Win32'.
Compiling...
StdAfx.cpp
c:\Users\PC-2\Downloads\Compressed\Source\databaseserver\StdAfx.h(19) : fatal error C1083: Cannot open include file: 'afx.h': No such file or directory

Build log was saved at "file://c:\Users\PC-2\Downloads\Compressed\Output\DatabaseServer\Release\BuildLog.htm"
DatabaseServer - 1 error(s), 0 warning(s)


------ Rebuild All started: Project: CoreServer, Configuration: Release Win32 ------

Deleting intermediate files and output files for project 'CoreServer', configuration 'Release|Win32'.
Compiling...
StdAfx.cpp
c:\Users\PC-2\Downloads\Compressed\Source\CORESERVER\StdAfx.h(20) : fatal error C1083: Cannot open include file: 'afxwin.h': No such file or directory

Build log was saved at "file://c:\Users\PC-2\Downloads\Compressed\Output\CoreServer\Release\BuildLog.htm"
CoreServer - 1 error(s), 0 warning(s)


------ Rebuild All started: Project: Certifier, Configuration: Release Win32 ------

Deleting intermediate files and output files for project 'Certifier', configuration 'Release|Win32'.
Compiling...
StdAfx.cpp
c:\Users\PC-2\Downloads\Compressed\Source\CERTIFIER\StdAfx.h(19) : fatal error C1083: Cannot open include file: 'afxwin.h': No such file or directory

Build log was saved at "file://c:\Users\PC-2\Downloads\Compressed\Output\Certifier\Release\BuildLog.htm"
Certifier - 1 error(s), 0 warning(s)


------ Rebuild All started: Project: CacheServer, Configuration: Release Win32 ------

Deleting intermediate files and output files for project 'CacheServer', configuration 'Release|Win32'.
Compiling...
StdAfx.cpp
c:\Users\PC-2\Downloads\Compressed\Source\CACHESERVER\StdAfx.h(21) : fatal error C1083: Cannot open include file: 'afxwin.h': No such file or directory

Build log was saved at "file://c:\Users\PC-2\Downloads\Compressed\Output\CacheServer\Release\BuildLog.htm"
CacheServer - 1 error(s), 0 warning(s)


------ Rebuild All started: Project: AccountServer, Configuration: Release Win32 ------

Deleting intermediate files and output files for project 'AccountServer', configuration 'Release|Win32'.
Compiling...
StdAfx.cpp
c:\Users\PC-2\Downloads\Compressed\Source\AccountServer\StdAfx.h(22) : fatal error C1083: Cannot open include file: 'afxwin.h': No such file or directory

Build log was saved at "file://c:\Users\PC-2\Downloads\Compressed\Output\AccountServer\Release\BuildLog.htm"
AccountServer - 1 error(s), 0 warning(s)


------ Rebuild All started: Project: WorldServer, Configuration: Release Win32 ------

Deleting intermediate files and output files for project 'WorldServer', configuration 'Release|Win32'.
Compiling...
StdAfx.cpp
c:\Users\PC-2\Downloads\Compressed\Source\WORLDSERVER\StdAfx.h(25) : fatal error C1083: Cannot open include file: 'afxwin.h': No such file or directory

Build log was saved at "file://c:\Users\PC-2\Downloads\Compressed\Output\WorldServer\Release\BuildLog.htm"
WorldServer - 1 error(s), 0 warning(s)


---------------------- Done ----------------------

Rebuild All: 0 succeeded, 8 failed, 0 skipped



Thanks .
 
Junior Spellweaver
Joined
Dec 29, 2012
Messages
126
Reaction score
0
^^ this. Be sure to include the resources en libarries
 
Back
Top