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. Qt 5.2.0 MSVC2012 include problem
Qt 6.11 is out! See what's new in the release blog

Qt 5.2.0 MSVC2012 include problem

Scheduled Pinned Locked Moved General and Desktop
4 Posts 2 Posters 1.6k 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.
  • B Offline
    B Offline
    BlackArma
    wrote on last edited by
    #1

    Hi everyone,

    I want to build my project with MSVC2012 in Qt 5.2.0 but every time I try I get this message:

    C:\Programming\Qt\5.2.0\msvc2012\include\QtCore\qglobal.h:46: Error: C1083: Cannot open include file: 'stddef.h': No such file or directory

    What did i forget to include?

    1 Reply Last reply
    0
    • raven-worxR Offline
      raven-worxR Offline
      raven-worx
      Moderators
      wrote on last edited by
      #2

      do you have the Windows platform SDK installed also on your machine?

      --- SUPPORT REQUESTS VIA CHAT WILL BE IGNORED ---
      If you have a question please use the forum so others can benefit from the solution in the future

      1 Reply Last reply
      0
      • B Offline
        B Offline
        BlackArma
        wrote on last edited by
        #3

        Yes, i have.
        Version 8.0.

        1 Reply Last reply
        0
        • B Offline
          B Offline
          BlackArma
          wrote on last edited by
          #4

          By commenting out i have found out that Qt-Creator with MSVC2102 cannot include not only one but three things.

          qglobal.h: <stddef.h> and <algorithm>
          qmutex.h: <new>

          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