Ok so a fresh commit of the current MASTER and loaded into visual studio yields about 281 errors of missing files and functions. What am i doing wrong? Oddly enough if i go into the root folder and start ServUO.exe it compiles with no errors? I have checked the directories for the missing files and they are not there.

ai.imgsafe.org_694ec71573.png
 
Delete, GetWorldLocation, Hue, etc. are contained in the server core from what i remember, so i guess the core is not linked in.
-Have you opened the right solution?
-Did you open a script randomly?
-Have you tried to do a "solution-cleanup" and "solution-rebuild"?

Make sure you have all the required directories linked properly, not sure how to check that though.
I'm far from being comfortable with VS.
 
Back