-
Enthusiast
Cannot open include file: 'r3dPCH.h': No such file or directory(server compile error)
Hi
trying to compile invasionmmo source and having some issues with the server side
the rest compiled with out to much problems
when i try to compile all 3 servers fail with the error
Cannot open include file: 'r3dPCH.h': No such file or directory
I would just paste it in but not sure where it goes or why its not there in the first place?
I found the missing files in a folder in the client src so moved them over and patched the location of them in the file
this lead to this error
5>D:\Program Files (x86)\Microsoft Visual Studio 9.0\VC\include\xmemory(144) : error C2857: '#include' statement specified with the /Ycr3dPCH.h command-line option was not found in the source file
which is quite well explained here
C++ Constructors Problem
so seems i should not edit the location in those files
is this src just broken ?
also having the same issue with alrightsource
-
-
Enthusiast
Re: Cannot open include file: 'r3dPCH.h': No such file or directory(server compile er
should mention the C++ Constructors Problem is at the bottom of that page