Jump to content

Kickaha-1956

Members
  • Posts

    3
  • Joined

  • Last visited

Everything posted by Kickaha-1956

  1. Excellent! I already had the latest version of Windows 10 SDK installed, but I uninstalled and reinstalled it to be safe. It still didn't work. But, after a little research into Windows 10 SDK, I found out that I needed to retarget the VS solution and that did the trick! Thanks for your help!
  2. Okay, that worked, but.... Now I get the following error msg. Error C1083 Cannot open include file: 'tgmath.h': No such file or directory C++_Test e:\steamlibrary\steamapps\common\ultra engine pro\include\framework.h I believe that's a C11, Type-generic math library header.
  3. Hi, I purchased the Steam version of UltraEngine Pro. After creating a C++ project, and running VS 2022 to compile it, I get the following error message. Error C1083 Cannot open include file: 'UltraEngine.h': No such file or directory C++_Test f:\projects\ultraengine\tutorials\c++_test\source\ultraengine.cpp 1 I have created an Environmental Variable that contains the path to the UltraEngine Pro app, as you explained in an earlier post, but still get the above error message. I tried copying the UltraEngine.h file into my project directory and that works, but the compiler will just complain about the next header filer being missing. Can you help? Thanks in advance, Michael D. Buffington
×
×
  • Create New...