Page 1 of 1

Totally lost on server build errors im getting

Posted: Fri Jun 08, 2018 10:14 pm
by NekoNinja
Hello i have built a DSP server on 3 different PC's and I have never gotten errors like i am today can someone who is well versed advise me on how to resolve the errors i pasted below :( kinda bummed

thanks




Severity Code Description Project File Line Suppression State
Error C1083 Cannot open include file: 'float.h': No such file or directory DSGame-server c:\dsp\src\common\detour\detournavmeshquery.cpp 19
Error C1083 Cannot open include file: 'stdlib.h': No such file or directory DSGame-server c:\dsp\src\common\detour\detouralloc.cpp 19
Error C1083 Cannot open include file: 'stdio.h': No such file or directory DSGame-server c:\dsp\src\common\detour\detournavmeshbuilder.cpp 19
Error C1083 Cannot open include file: 'float.h': No such file or directory DSGame-server c:\dsp\src\common\detour\detournavmesh.cpp 19
Error C1083 Cannot open include file: 'math.h': No such file or directory (compiling source file ..\..\src\common\detour\DetourCommon.cpp) DSGame-server c:\dsp\src\common\detour\detourmath.h 10
Error C1083 Cannot open include file: 'assert.h': No such file or directory (compiling source file ..\..\src\common\detour\DetourNode.cpp) DSGame-server c:\dsp\src\common\detour\detourassert.h 29
Error C1083 Cannot open include file: 'corecrt.h': No such file or directory (compiling source file ..\..\src\common\blowfish.cpp) DSGame-server c:\program files (x86)\microsoft visual studio\2017\community\vc\tools\msvc\14.14.26428\include\crtdefs.h 10
Error C1083 Cannot open include file: 'corecrt.h': No such file or directory (compiling source file ..\..\src\common\kernel.cpp) DSGame-server c:\program files (x86)\microsoft visual studio\2017\community\vc\tools\msvc\14.14.26428\include\crtdefs.h 10
Error C1083 Cannot open include file: 'string.h': No such file or directory DSGame-server c:\dsp\src\common\md52.cpp 24
Error C1083 Cannot open include file: 'corecrt.h': No such file or directory (compiling source file ..\..\src\common\taskmgr.cpp) DSGame-server c:\program files (x86)\microsoft visual studio\2017\community\vc\tools\msvc\14.14.26428\include\crtdefs.h 10
Error C1083 Cannot open include file: 'corecrt.h': No such file or directory (compiling source file ..\..\src\common\showmsg.cpp) DSGame-server c:\program files (x86)\microsoft visual studio\2017\community\vc\tools\msvc\14.14.26428\include\crtdefs.h 10
Error C1083 Cannot open include file: 'corecrt.h': No such file or directory (compiling source file ..\..\src\common\timer.cpp) DSGame-server c:\program files (x86)\microsoft visual studio\2017\community\vc\tools\msvc\14.14.26428\include\crtdefs.h 10
Error C1083 Cannot open include file: 'corecrt.h': No such file or directory (compiling source file ..\..\src\common\socket.cpp) DSGame-server c:\program files (x86)\microsoft visual studio\2017\community\vc\tools\msvc\14.14.26428\include\crtdefs.h 10
Error C1083 Cannot open include file: 'corecrt.h': No such file or directory (compiling source file ..\..\src\common\sql.cpp) DSGame-server c:\program files (x86)\microsoft visual studio\2017\community\vc\tools\msvc\14.14.26428\include\crtdefs.h 10
Error C1083 Cannot open include file: 'string.h': No such file or directory DSSearch-server c:\dsp\src\common\md52.cpp 24
Error C1083 Cannot open include file: 'math.h': No such file or directory (compiling source file ..\..\src\common\utils.cpp) DSGame-server c:\dsp\src\common\utils.h 28

Re: Totally lost on server build errors im getting

Posted: Fri Jun 08, 2018 11:37 pm
by Delaide
Are you sure you have C++ on your visual studio? You have to enable it on the new VS, it doesn't come default. Recommend reinstall and make sure the C++ is selected. This is how I did it.

Re: Totally lost on server build errors im getting

Posted: Sat Jun 09, 2018 7:00 am
by NekoNinja
im following your advice when I did reinstall i literally checked any box that said C++ next to it. Its still installing but i did some google searching and it was saying i have to enable the language? i dont recall having to do that before and I am not sure how to do that if it is necessary

Re: Totally lost on server build errors im getting

Posted: Sat Jun 09, 2018 7:25 am
by NekoNinja
UPDATE:

so .... this is what happens when you guys give us people who dont know what we are doing these nice things.....

But I can own it, I didnt select C++ as the language on first launch of visual studio i didn't read and skipped past the window thinking i know what i'm doing LMAO

Thank You SO much Delaide for recommending reinstall as that is what allowed me to catch my mistake

Servers are built and working