Skip to content

filesystem library file cannot be recognized #11782

@zhiquan114514

Description

@zhiquan114514

Environment

  • OS and Version: Windows 10
  • VS Code Version: 1.84.0
  • C/C++ Extension Version: v1.18.5
  • If using SSH remote, specify OS of remote machine:

Bug Summary and Steps to Reproduce

Bug Summary:
when debugging or running code, filesystem is not a member error of std occurs with the library imported
and namespace specified
my code is tested on CLion and Visual Studio with no errors
Steps to reproduce:

  1. Open the code file
  2. Click on run/debug
  3. See error

Expected behavior:
compile should pass without error

Configuration and Logs

{
    "configurations": [
        {
            "name": "Win32",
            "includePath": [
                "${workspaceFolder}/**"
            ],
            "defines": [
                "_DEBUG",
                "UNICODE",
                "_UNICODE"
            ],
            "windowsSdkVersion": "10.0.22621.0",
            "intelliSenseMode": "windows-msvc-x64"
        }
    ],
    "version": 4
}

Other Extensions

No response

Additional context

No response

Metadata

Metadata

Assignees

Labels

Type

No type

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions