Couldn't found ui_(project).h
-
I get this error after changing the project name.
No documentation found on "ui_(project).h". Rebuilding the project may help.This error occurs when "go to slot" is selected after adding a menu item to a design form.
After renaming the project, I deleted the .pro.user file and built it again (the .pro.user file was recreated).
How can I solve this problem? -
I get this error after changing the project name.
No documentation found on "ui_(project).h". Rebuilding the project may help.This error occurs when "go to slot" is selected after adding a menu item to a design form.
After renaming the project, I deleted the .pro.user file and built it again (the .pro.user file was recreated).
How can I solve this problem?@MyNameIsQt It's not "ui_(project).h". It's "ui_(form_ui_file).h". Just delete your build directory and rebuild the project as the message suggests.
You don't have to delete the .pro.user file for that. It contains your local project settings, so if you've customized anything you'll have to redo it if you delete it. -
M MyNameIsQt has marked this topic as solved on
-
@MyNameIsQt It's not "ui_(project).h". It's "ui_(form_ui_file).h". Just delete your build directory and rebuild the project as the message suggests.
You don't have to delete the .pro.user file for that. It contains your local project settings, so if you've customized anything you'll have to redo it if you delete it.@Chris-Kawa ㅆhanks i solved it. :) Thanks so much..