Compiling under VS2012

From Valve Developer Community
Revision as of 04:37, 3 July 2013 by Opposing Franz (talk | contribs) (stole the bare essentials from the 2010 page)
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
Jump to navigation Jump to search
Visual studio logo.png

Using Visual Studio 2012 is possible for Source. You can use the free C++ Express edition.

Icon-Bug.pngBug:Converting the Alien Swarm server project to VS2012 will lead to an "invalid characters in path" error. To fix it, open game\server\swarm_sdk_server.vcproj with a text editor and delete "' $File" from line 2232.  [todo tested in ?]

See also