I would like to move from working in Unity + C# to C++ with the Orion SDK for performance reasons and cannot seem to get started. The sample VS projects only contain versions for up to VS2012 which does not compile in VS2017 (I receive a linker error related to missing the file "msvcprtd.lib"), whilst opening the .cpp and attempting to copy it's contents into a new project results in a whole heap of other errors. Could anybody provide me with a 'getting started with Orion C++ SDK' which contains up-to-date documentation on what needs to be setup to start working with the SDK for a modern version of Visual Studio?