M compiling simpllee source but i get these sick errors !
When i compile "stdafx.cpp" in "cml" i get:
1>------ Build started: Project: cml, Configuration: Debug Win32 ------
1>Compiling...
1>stdafx.cpp
1>f:\kryptonite source\stable\cml\include\stdafx.h(18) : fatal error C1083: Cannot open include file: 'winsock2.h': No such file or directory
1>Build log was saved at "file://f:\Kryptonite Source\Stable\cml\Debug\BuildLog.htm"
1>cml - 1 error(s), 0 warning(s)
========== Build: 0 succeeded, 1 failed, 0 up-to-date, 0 skipped ==========
"Cfgfile.cpp" in "cml":
1>Compiling...
1>CfgFile.cpp
1>f:\kryptonite source\stable\cml\source\cfgfile.cpp(7) : fatal error C1083: Cannot open precompiled header file: 'Debug/cmld.pch': No such file or directory
1>Build log was saved at "file://f:\Kryptonite Source\Stable\cml\Debug\BuildLog.htm"
1>cml - 1 error(s), 0 warning(s)
========== Build: 0 succeeded, 1 failed, 0 up-to-date, 0 skipped ==========
"stdafx.cpp" in "gunz" :
1>Compiling...
1>stdafx.cpp
1>f:\kryptonite source\stable\gunz\stdafx.h(9) : fatal error C1083: Cannot open include file: 'afxdb.h': No such file or directory
1>Build log was saved at "file://f:\Kryptonite Source\Stable\Gunz\BRZ_Debug\BuildLog.htm"
1>Gunz - 1 error(s), 0 warning(s)
========== Build: 0 succeeded, 1 failed, 0 up-to-date, 0 skipped ==========
I get every header file error in every .cpp file ! Please give a perfect and neat solution !This C/C++ is messy :(



Reply With Quote

