Skip to content
  • Categories
  • Recent
  • Tags
  • Popular
  • Users
  • Groups
  • Search
  • Get Qt Extensions
  • Unsolved
Collapse
Brand Logo
  1. Home
  2. Qt Development
  3. General and Desktop
  4. C1082: Cannot open include file 'ui_importabc.h': No such file or directory
Qt 6.11 is out! See what's new in the release blog

C1082: Cannot open include file 'ui_importabc.h': No such file or directory

Scheduled Pinned Locked Moved Solved General and Desktop
3 Posts 2 Posters 471 Views 1 Watching
  • Oldest to Newest
  • Newest to Oldest
  • Most Votes
Reply
  • Reply as topic
Log in to reply
This topic has been deleted. Only users with topic management privileges can see it.
  • SPlattenS Offline
    SPlattenS Offline
    SPlatten
    wrote on last edited by
    #1

    ui_importabc.h is a generated header file from the importabc.ui form, not sure why I'm getting this message now, how do I resolve?

    Kind Regards,
    Sy

    jsulmJ 1 Reply Last reply
    0
    • jsulmJ jsulm

      @SPlatten said in C1082: Cannot open include file 'ui_importabc.h': No such file or directory:

      how do I resolve?

      Do a complete rebuild

      SPlattenS Offline
      SPlattenS Offline
      SPlatten
      wrote on last edited by SPlatten
      #3

      @jsulm , thank you, thats the first thing I did, have tried several times, cleaned then rebuild, will now try clearing out build folder completely.

      Opened bash script in build folder, then erased all files and folders with:

      rm -R *
      

      Then from Qt Creator, rebuild, still getting:

      C0183: Cannot open include file 'ui_importABC.h' No such file or directory.
      

      Have now resolved, the issue was that the included file in the source was using the wrong case, it should have been: ui_importABC.h, corrected this now it works, but strange that it was working with the wrong case then it wasn't.

      Actually, still getting it, so that wasn't the issue.

      Kind Regards,
      Sy

      1 Reply Last reply
      0
      • SPlattenS SPlatten

        ui_importabc.h is a generated header file from the importabc.ui form, not sure why I'm getting this message now, how do I resolve?

        jsulmJ Offline
        jsulmJ Offline
        jsulm
        Lifetime Qt Champion
        wrote on last edited by
        #2

        @SPlatten said in C1082: Cannot open include file 'ui_importabc.h': No such file or directory:

        how do I resolve?

        Do a complete rebuild

        https://forum.qt.io/topic/113070/qt-code-of-conduct

        SPlattenS 1 Reply Last reply
        0
        • jsulmJ jsulm

          @SPlatten said in C1082: Cannot open include file 'ui_importabc.h': No such file or directory:

          how do I resolve?

          Do a complete rebuild

          SPlattenS Offline
          SPlattenS Offline
          SPlatten
          wrote on last edited by SPlatten
          #3

          @jsulm , thank you, thats the first thing I did, have tried several times, cleaned then rebuild, will now try clearing out build folder completely.

          Opened bash script in build folder, then erased all files and folders with:

          rm -R *
          

          Then from Qt Creator, rebuild, still getting:

          C0183: Cannot open include file 'ui_importABC.h' No such file or directory.
          

          Have now resolved, the issue was that the included file in the source was using the wrong case, it should have been: ui_importABC.h, corrected this now it works, but strange that it was working with the wrong case then it wasn't.

          Actually, still getting it, so that wasn't the issue.

          Kind Regards,
          Sy

          1 Reply Last reply
          0

          • Login

          • Login or register to search.
          • First post
            Last post
          0
          • Categories
          • Recent
          • Tags
          • Popular
          • Users
          • Groups
          • Search
          • Get Qt Extensions
          • Unsolved