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. How to show GeneratedFiles in VS's resolution explorer?
QtWS25 Last Chance

How to show GeneratedFiles in VS's resolution explorer?

Scheduled Pinned Locked Moved Unsolved General and Desktop
3 Posts 2 Posters 198 Views
  • 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.
  • R Offline
    R Offline
    Rook1e
    wrote on last edited by aha_1980
    #1

    version info:QT5.13.2 (msvc2017) VS2019 qt-vs-addin 2.4.2
    build and run works,but the GenaratedFiles directory didn't show in VS's resolution explorer.
    I had spent two days trying to solve it,but failed.
    eager for your help,thx~

    1 Reply Last reply
    0
    • Chris KawaC Offline
      Chris KawaC Offline
      Chris Kawa
      Lifetime Qt Champion
      wrote on last edited by Chris Kawa
      #2

      Hi, welcome to the forum.

      I think you mean "solution explorer". Those files are build artifacts. They are not part of the solution so they don't show up in the solution view.
      If you really need to see them in VS you can hit the little "Switch Views" icon on the solution explorer's toolbar. This will switch the view to show you the filesystem hierarchy.

      Why do you need that anyway? You're not suppose to edit those files.

      R 1 Reply Last reply
      2
      • Chris KawaC Chris Kawa

        Hi, welcome to the forum.

        I think you mean "solution explorer". Those files are build artifacts. They are not part of the solution so they don't show up in the solution view.
        If you really need to see them in VS you can hit the little "Switch Views" icon on the solution explorer's toolbar. This will switch the view to show you the filesystem hierarchy.

        Why do you need that anyway? You're not suppose to edit those files.

        R Offline
        R Offline
        Rook1e
        wrote on last edited by
        #3

        @Chris-Kawa
        I see,thanks a lot.

        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