About Store Forum Documentation Contact



Post Reply 
The Imported Project Microsoft.Cpp.Default.props Was Not Found
Author Message
rx3entertainment Offline
Member

Post: #1
The Imported Project Microsoft.Cpp.Default.props Was Not Found
I Cant build the map to preview what i have made in real time, I Get this Error and it will not let me view my progress, Does anyone know how to fix this error or how to check what the Import declaration path is suppost to be. Thanks In Advance
03-21-2016 03:33 AM
Find all posts by this user Quote this message in a reply
Esenthel Offline
Administrator

Post: #2
RE: The Imported Project Microsoft.Cpp.Default.props Was Not Found
Hi,

Could you tell me which Visual Studio version do you have installed?

Esenthel Engine requires VS 2015
http://www.esenthel.com/?id=doc#Compilers

I recommend the community version.
https://www.visualstudio.com/downloads/d...-community

You could try uninstalling any version that you have, and installing that one.

Please let me know if that helps.
03-21-2016 04:55 AM
Find all posts by this user Quote this message in a reply
rx3entertainment Offline
Member

Post: #3
RE: The Imported Project Microsoft.Cpp.Default.props Was Not Found
Okay so i uninstalled all versions of visualstudio and go the recommended version.My Cpp Error is fixed now i have another error.Could not find WindowsSdkDir_71A Variable from the registry, And TRK0005 Failed to locate "CL.exe" Any suggestions on this.
03-21-2016 06:52 PM
Find all posts by this user Quote this message in a reply
Zervox Offline
Member

Post: #4
RE: The Imported Project Microsoft.Cpp.Default.props Was Not Found
03-21-2016 08:15 PM
Find all posts by this user Quote this message in a reply
rx3entertainment Offline
Member

Post: #5
RE: The Imported Project Microsoft.Cpp.Default.props Was Not Found
Okay i got that fixed now, But now another error I'm getting now is Resource.rc(3) Fetal Error RC1015 cannot open include file 'Windows.h

What could be causing this error?
03-21-2016 11:39 PM
Find all posts by this user Quote this message in a reply
Zervox Offline
Member

Post: #6
RE: The Imported Project Microsoft.Cpp.Default.props Was Not Found
https://social.msdn.microsoft.com/Forums...c0e3a56de6

I hope the above would help. It's not the same file but I think the solution is the same nonetheless.
(This post was last modified: 03-22-2016 06:35 AM by Zervox.)
03-22-2016 06:35 AM
Find all posts by this user Quote this message in a reply
rx3entertainment Offline
Member

Post: #7
RE: The Imported Project Microsoft.Cpp.Default.props Was Not Found
I got it all working, Its the same solution file , I just had to tweak a few things , but its working now Full build Thanks for the Help for everyone with ideas how to fix.[/i]
03-22-2016 08:14 AM
Find all posts by this user Quote this message in a reply
rx3entertainment Offline
Member

Post: #8
RE: The Imported Project Microsoft.Cpp.Default.props Was Not Found
Okay so does anyone know why the water movement animation will not work in build mode, But shows in editor?
03-23-2016 02:06 PM
Find all posts by this user Quote this message in a reply
RedcrowProd Online
Member

Post: #9
RE: The Imported Project Microsoft.Cpp.Default.props Was Not Found
i believe you have to set it with update velocities isnt it ?

WaterClass& update(C Vec2 &vel); // update wave movement, 'vel'=velocity
(This post was last modified: 03-23-2016 06:02 PM by RedcrowProd.)
03-23-2016 04:01 PM
Find all posts by this user Quote this message in a reply
Esenthel Offline
Administrator

Post: #10
RE: The Imported Project Microsoft.Cpp.Default.props Was Not Found
That is correct, you need to call this every frame.
In the state Update function.
03-25-2016 11:15 PM
Find all posts by this user Quote this message in a reply
Post Reply