Hi, I purchased your project recently but cant seem to open it. I downloaded it and built the UE 4.9.1 Source to run the project but it will not compile, either through the engine or visual studio.
Error 1 error C1083: Cannot open include file: ‘VaRestPluginPrivatePCH.h’: No such file or directory C:\Users\Levi\Desktop\Forgotten Races Project\Client\Client Sources\MMOStarterKit-1.3\Plugins\VaRest\Source\VaRestPlugin\Private\Parse\VaRestParseManager.cpp 3 1 CleanThirdPerson
Error 2 error C1083: Cannot open include file: ‘VaRestPluginPrivatePCH.h’: No such file or directory C:\Users\Levi\Desktop\Forgotten Races Project\Client\Client Sources\MMOStarterKit-1.3\Plugins\VaRest\Source\VaRestPlugin\Private\Json\VaRestJsonValue.cpp 3 1 CleanThirdPerson
Error 3 error C1083: Cannot open include file: ‘VaRestPluginPrivatePCH.h’: No such file or directory C:\Users\Levi\Desktop\Forgotten Races Project\Client\Client Sources\MMOStarterKit-1.3\Plugins\VaRest\Source\VaRestPlugin\Private\Json\VaRestJsonObject.cpp 3 1 CleanThirdPerson
Error 4 error C1083: Cannot open include file: ‘VaRestPluginPrivatePCH.h’: No such file or directory C:\Users\Levi\Desktop\Forgotten Races Project\Client\Client Sources\MMOStarterKit-1.3\Plugins\VaRest\Source\VaRestPlugin\Private\Json\VaRestRequestJSON.cpp 3 1 CleanThirdPerson
Error 5 error : Failed to produce item: C:\Users\Levi\Desktop\Forgotten Races Project\Client\Client Sources\MMOStarterKit-1.3\Binaries\Win64\CleanThirdPersonServer.exe C:\Users\Levi\Desktop\Forgotten Races Project\Client\Client Sources\MMOStarterKit-1.3\Intermediate\ProjectFiles\ERROR CleanThirdPerson
Error 6 error MSB3073: The command “C:\Users\Levi\UnrealEngine-release\Engine\Build\BatchFiles\Build.bat CleanThirdPersonServer Win64 Development “C:\Users\Levi\Desktop\Forgotten Races Project\Client\Client Sources\MMOStarterKit-1.3\CleanThirdPerson.uproject” -waitmutex” exited with code -1. C:\Program Files (x86)\MSBuild\Microsoft.Cpp\v4.0\V120\Microsoft.MakeFile.Targets 38 5 CleanThirdPerson
this is the error i am getting from visual studio when i try to compile it manually, I have checked the varest plugin folder all dependencies and all #included files are accounted for including the file the error says is missing, can anyone help.
EDIT: Solved, downloaded clean copy of latest varest plugin and replaced only the files that were already in the project folder. Thank you for this amazing project CodeSpartan, and for the help with my issue.