Skip to content

My vscode cannot recognize "cout" "endl" etc... Linux #765

@igorPhelype

Description

@igorPhelype

My Linux configuration (standard):

  • VS Code Version: 1.12.2
  • OS version: Linux Mint 18.1 64 bits
  • C++ plugin: ms-vscode.cpptools from microsoft (Version 0.11.1: May 19, 2017)
{
    "name": "Linux",
    "includePath": [
        "${workspaceRoot}",
        "/usr/include/c++/5",
        "/usr/local/include",
        "/usr/include"
    ],
    "defines": [],
    "browse": {
        "path": [
            "/usr/include/c++/5",
            "/usr/local/include",
            "/usr/include"
        ],
        "limitSymbolsToIncludedHeaders": true,
        "databaseFilename": ""
    }
}

Error message on the editor: "identifier 'cout' is undefined".
Although the program build normaly.

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions