Jump to content

Ultra Engine Pro Win11 compiling ultra map c++ include files path problem


Go to solution Solved by Josh,

Recommended Posts

Hi, i am new and rather inexperienced.

installed UltraEngine Pro on Win11

VS2022 could not find ultraengine.h

added extra include path in project settings and that solved it.

Problem is that for every extra include path i add to the project, new missing include files pop up.

New projects with Lua profile works fine, no problems there.

Thanks in advance, 

Hasselmania

Link to comment
Share on other sites

When you create a new project in the editor, it will ask to add an environment variable pointing to the engine's path.

Quote

On Windows, Ultra Engine uses an environment variable to specify the location of header and library files. This will be created automatically by the standalone installer, or you may asked for permission to add it during project creation. You can also add an environment variable manually called "ULTRAENGINE" and set its value to your install location (typically "C:\Program Files\Ultra Engine").

You can manually edit the system environment variables here:

image.thumb.png.264940d330ad8573a7380d383b3aa2b6.png

My job is to make tools you love, with the features you want, and performance you can't live without.

Link to comment
Share on other sites

( as Administrator ) I created the environment variable : ULTRAENGINE = C:\Program Files\Ultra Engine ( notworking )

changed it to ULTRAENGINE = C:\Program Files (x86)\Steam\steamapps\common\Ultra Engine Pro\Include ( not working )

added msvc project include path: C:\Program Files (x86)\Steam\steamapps\common\Ultra Engine Pro\Include ( works, but only for ultraengine.h)

after that i added msvc include path for freetype fonts headers and newton headers, but new missing include files keep coming.

I installed UltraEngine Pro through Steam.  whereas: c:\program files\Ultra Engine : contains:  map:UI , file:Client but no direct Ultra Engine installation

I reboot , remove and create new projects all the time but did not succeed in compiling the project  with msvc 2022 version 17.9 because of msvc unable to find header files.

what am i missing?

 

Link to comment
Share on other sites

  • Solution

The path should be "C:\Program Files (x86)\Steam\steamapps\common\Ultra Engine Pro".

My job is to make tools you love, with the features you want, and performance you can't live without.

Link to comment
Share on other sites

Join the conversation

You can post now and register later. If you have an account, sign in now to post with your account.
Note: Your post will require moderator approval before it will be visible.

Guest
Reply to this topic...

×   Pasted as rich text.   Paste as plain text instead

  Only 75 emoji are allowed.

×   Your link has been automatically embedded.   Display as a link instead

×   Your previous content has been restored.   Clear editor

×   You cannot paste images directly. Upload or insert images from URL.

 Share

×
×
  • Create New...