Version: v6.6.1.16446
Main error: “Cannot open include file: ‘UIlib.h’: No such file or directory”, the file does exist, and I’m using Visual Studio 2022. This is from a fresh download, and it just won’t compile.
Version: v6.6.1.16446
Main error: “Cannot open include file: ‘UIlib.h’: No such file or directory”, the file does exist, and I’m using Visual Studio 2022. This is from a fresh download, and it just won’t compile.
@Justin13 can you try changing the architecture to 64 bit or 32 bit according to what you are opening? and also change the configuration to release instead of debug
Thank you! Changing from debug to release fixed it.