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. MSCV stl includes and libraries not found
Qt 6.11 is out! See what's new in the release blog

MSCV stl includes and libraries not found

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

    OS: Windows 10
    QT: 4.12.0 Creator

    I've installed the MSVC 2017 version 64 bit of the kits. But I am getting a lot of errors due to stdint type includes and stl container class usage. It seems that QT does not pick up the includes of the compiler although they are set:

    C:\Qt\Tools\QtCreator\bin\jom.exe -f Makefile.Debug
    cl -c -nologo -Zc:wchar_t -FS -Zc:rvalueCast -Zc:inline -Zc:strictStrings -Zc:throwingNew -Zc:referenceBinding -Zc:__cplusplus -Zi -MDd -W3 -w34100 -w34189 -w44996 -w44456 -w44457 -w44458 -wd4577 -wd4467 -EHsc /Fddebug\ble_receiver.vc.pdb -DUNICODE -D_UNICODE -DWIN32 -D_ENABLE_EXTENDED_ALIGNED_STORAGE -DQT_QML_DEBUG -DQT_QML_LIB -DQT_NETWORK_LIB -DQT_BLUETOOTH_LIB -DQT_CORE_LIB -I..\ble_receiver -I. -I..\ble_receiver -I........\Qt\5.14.2\msvc2017\include -I........\Qt\5.14.2\msvc2017\include\QtQml -I........\Qt\5.14.2\msvc2017\include\QtNetwork -I........\Qt\5.14.2\msvc2017\include\QtBluetooth -I........\Qt\5.14.2\msvc2017\include\QtCore -Idebug -I........\Qt\5.14.2\msvc2017\mkspecs\win32-msvc -Fodebug\ @C:\Users\USER~1\AppData\Local\Temp\deviceinfo.obj.11144.0.jom

    I can't find them inside the includes during compilation.

    Best regards,
    abeat

    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