Welcome!

Join our community of MMO enthusiasts and game developers! By registering, you'll gain access to discussions on the latest developments in MMO server files and collaborate with like-minded individuals. Join us today and unlock the potential of MMO server development!

Join Today!

[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