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. VS 2019 & Qt 5.13.2
QtWS25 Last Chance

VS 2019 & Qt 5.13.2

Scheduled Pinned Locked Moved Solved General and Desktop
2 Posts 1 Posters 499 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.
  • V Offline
    V Offline
    VeNToR
    wrote on last edited by
    #1

    Hi;

    After migrate to VS2019 & Qt 5.13.2, I can not compile (either new project). Gets this error "1>p:\ChFC\chfc_global.h(3,10): fatal error C1083: Cannot open include file: 'QtCore/qglobal.h': No such file or directory". Because project(s) in (P:) and Qt (C:) is installed different drive. If same, no problem. VS looks Qt folders in P => $(Qt_INCLUDEPATH_) and it means "...\qt\…" (releative). How to make $(Qt_INCLUDEPATH_) releative path to absolute path (c:\Qt...) ? $(Qt_INCLUDEPATH_) is not editable...

    Thnx...

    1 Reply Last reply
    0
    • V Offline
      V Offline
      VeNToR
      wrote on last edited by
      #2

      I solved the problem as following instruction;

      • Delete local user profile by admin account
      • Login again, it will recreate local user profile
      • Open VS
      • Install Qt extension
      • Create different temporary Qt profile
      • Change project's Qt profile to new one and apply
      • Rechange Qt profile to back/orginal one
      • Delete temporary Qt profile

      that all !

      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