rx3entertainment
Member
|
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 |
|
Esenthel
Administrator
|
RE: The Imported Project Microsoft.Cpp.Default.props Was Not Found
|
|
03-21-2016 04:55 AM |
|
rx3entertainment
Member
|
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 |
|
Zervox
Member
|
RE: The Imported Project Microsoft.Cpp.Default.props Was Not Found
|
|
03-21-2016 08:15 PM |
|
rx3entertainment
Member
|
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 |
|
Zervox
Member
|
RE: The Imported Project Microsoft.Cpp.Default.props Was Not Found
(This post was last modified: 03-22-2016 06:35 AM by Zervox.)
|
|
03-22-2016 06:35 AM |
|
rx3entertainment
Member
|
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 |
|
rx3entertainment
Member
|
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 |
|
RedcrowProd
Member
|
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 |
|
Esenthel
Administrator
|
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 |
|