• 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.

UGG How to build in visual studio 2010

Newbie Spellweaver
Joined
Jun 30, 2015
Messages
14
Reaction score
0
Yes i thinking having source code someone can help me compile UGGunz Source i getting this errors



CSCommon\Include\stdafx.h(14): fatal error C1083: Cannot open include file: 'afxdb.h': No such file or directory
========== Build: 1 succeeded, 1 failed, 0 up-to-date, 0 skipped ==========
 
Upvote 0
Experienced Elementalist
Joined
May 6, 2008
Messages
230
Reaction score
52
'afxdb.h' is part of the Microsoft Foundation Class Library (MFC). Visual Studio 2003 thru 2012 only offers this library in the professional license.
You would need to obtain a Professional License for Visual Studio or make the source compliant with VC++ 2013+, which would allow you to use a free community edition of Visual Studio that includes the MFC Library.
 
Upvote 0
Back
Top