About Store Forum Documentation Contact



Post Reply 
Hello I'm getting a error on new pc mmo kit
Author Message
andreadixon825 Offline
Member

Post: #1
Hello I'm getting a error on new pc mmo kit
Hi. I'm playing around with the mmo kit and I just installed Esenthel on my new pc and I get this message this did not happen on my old system.Oh and It wont work it wont compile. I just notes that its not just the mmo kit its every time I compile.

Code:
C:\Program Files (x86)\MSBuild\Microsoft.Cpp\v4.0\V140\Platforms\x64\PlatformToolsets\v140_xp\Too​lset.targets(36,5): warning MSB8003: Could not find WindowsSdkDir_71A variable from the registry.  TargetFrameworkVersion or PlatformToolset may be set to an invalid version number. [C:\Esenthel\Projects\_Build_\Server\Project.vcxproj]
C:\Program Files (x86)\MSBuild\Microsoft.Cpp\v4.0\V140\Microsoft.CppBuild.targets(366,5): warning MSB8003: Could not find WindowsSDKDir variable from the registry.  TargetFrameworkVersion or PlatformToolset may be set to an invalid version number. [C:\Esenthel\Projects\_Build_\Server\Project.vcxproj]
(This post was last modified: 08-10-2016 11:18 PM by andreadixon825.)
08-10-2016 11:11 PM
Visit this user's website Find all posts by this user Quote this message in a reply
Esenthel Offline
Administrator

Post: #2
RE: Hello I'm getting a error on new pc mmo kit
Hi,

Can you tell us which version of Visual Studio do you have installed?

When you were installing it, did you turn on C++ and Win XP support enabled?
08-10-2016 11:32 PM
Find all posts by this user Quote this message in a reply
andreadixon825 Offline
Member

Post: #3
RE: Hello I'm getting a error on new pc mmo kit
Hello, I'm using visual studio 2015 and running windows 10 64bit with a 2TB harddrive and a 23gb ram and a nvidia 4gb video card.
I dont know what you mean by
Quote:turn on C++ and Win XP support enabled?
(This post was last modified: 08-10-2016 11:40 PM by andreadixon825.)
08-10-2016 11:35 PM
Visit this user's website Find all posts by this user Quote this message in a reply
Esenthel Offline
Administrator

Post: #4
RE: Hello I'm getting a error on new pc mmo kit
During VS 2015 installation, there are multiple options to select, about which components you want to install.
08-10-2016 11:51 PM
Find all posts by this user Quote this message in a reply
andreadixon825 Offline
Member

Post: #5
RE: Hello I'm getting a error on new pc mmo kit
Yes there is I allwes select all, I dont deselect anything. Should I reinstall or download 2013.
08-11-2016 12:12 AM
Visit this user's website Find all posts by this user Quote this message in a reply
Esenthel Offline
Administrator

Post: #6
RE: Hello I'm getting a error on new pc mmo kit
Hi,

Another user had the same problem:
http://www.esenthel.com/forum/showthread.php?tid=8720

Only VS 2015 is supported (not 2013)

You can also try googling for this error, perhaps this:
http://stackoverflow.com/questions/22188...-not-found
08-11-2016 12:43 AM
Find all posts by this user Quote this message in a reply
andreadixon825 Offline
Member

Post: #7
RE: Hello I'm getting a error on new pc mmo kit
ok I got it working, all i did was open vs 2015 and did a search for c++ and windows xp and installed it and now all works thank
08-11-2016 01:21 AM
Visit this user's website Find all posts by this user Quote this message in a reply
Post Reply