@Kernelpanic They say a picture is worth a thousand words. So, I cooked up a fresh InForm-PE setup in a fresh environment from scratch. This explains, how I would setup everything step by step. Hope this will help.
![[Image: 01.png]](https://i.ibb.co/QMT9KyL/01.png)
Download the latest QB64-PE and InForm-PE and save those in a directory (in this case C:\Lab).
![[Image: 02.png]](https://i.ibb.co/7Sj0YCp/02.png)
Extract both archives.
![[Image: 03.png]](https://i.ibb.co/CJb6Fnn/03.png)
Notice the directory structure on the left. This is important.
![[Image: 04.png]](https://i.ibb.co/NVWpQjh/04.png)
Enable "Output EXE to Source Folder". Notice the dot. This is off by default (which is pure evil IMO).
![[Image: 05.png]](https://i.ibb.co/bFYk1py/05.png)
Run "setup_inform_win.cmd" to compile InForm-PE.
![[Image: 06.png]](https://i.ibb.co/DVyk6yL/06.png)
Wait for everything to compile.
![[Image: 07.png]](https://i.ibb.co/tYGZTSG/07.png)
Done.
![[Image: 08.png]](https://i.ibb.co/k5Jz13x/08.png)
Then I create C:\Lab\Projects\Four Up.
![[Image: 09.png]](https://i.ibb.co/QcS05bP/09.png)
Create the form using UiEditor and save it in C:\Lab\Projects\Four Up.
![[Image: 10.png]](https://i.ibb.co/GCc8fpF/10.png)
Note that we cannot compile it yet, because the InForm dependencies are missing.
![[Image: 11.png]](https://i.ibb.co/RSwsBjy/11.png)
To resolve the dependency issue, copy the InForm directory in the InForm-PE directory, and...
![[Image: 12.png]](https://i.ibb.co/zxjTQC8/12.png)
...paste it in our project directory (Four Up).
![[Image: 13.png]](https://i.ibb.co/42gdHrh/13.png)
In the end we should have something like this. The following screenshots show compiling and running the project.
Note that I am working on solution in a future update of the InForm UiEditor where it will automatically copy all required dependencies to the project directory.