Results 1 to 7 of 7

Thread: QT Creator Unable to find STL outside of project, Bad install?

Threaded View

Previous Post Previous Post   Next Post Next Post
  1. #1
    Join Date
    Oct 2016
    Posts
    4
    Qt products
    Qt5
    Platforms
    Unix/X11 Android

    Default QT Creator Unable to find STL outside of project, Bad install?

    Hello,
    I am new to C++ programming.
    I was trying to write a simple hello world program.
    I created a New File/C++ Source File...
    Then I attempted to use includes from the STL

    Qt Code:
    1. // Game1
    2. //
    3. // Demonstrates constants
    4.  
    5. #include <iostream>
    6. using namespace std;
    7. ...
    To copy to clipboard, switch view to plain text mode 

    The: "include <iostream>" is always listed (highlighted) as an error. Why is this only happening here but not when I create a project?
    Is there something wrong with my install?

    Thanks in advance,
    Last edited by anda_skoa; 29th October 2016 at 08:11.

Similar Threads

  1. Qt Creator: Unable to build any project
    By MartijnKor in forum Qt Tools
    Replies: 3
    Last Post: 9th June 2016, 07:15
  2. Replies: 10
    Last Post: 16th June 2014, 15:40
  3. Replies: 2
    Last Post: 22nd November 2011, 00:09
  4. Unable to install QCA
    By viv_asp in forum Installation and Deployment
    Replies: 2
    Last Post: 30th January 2011, 07:28
  5. Replies: 18
    Last Post: 21st May 2010, 15:08

Tags for this Thread

Bookmarks

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •  
Digia, Qt and their respective logos are trademarks of Digia Plc in Finland and/or other countries worldwide.