You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I set the path like this but it can not work. { "configurations": [ { "name": "Win32", "includePath": [ "${workspaceFolder}/**", "F:/Code/C/package/nana-master/include" ], "defines": [ "_DEBUG", "UNICODE", "_UNICODE" ], "compilerPath": "D:\\MinGW\\MinGW2020\\mingw64\\bin\\g++.exe", "cStandard": "gnu17", "cppStandard": "gnu++14", "intelliSenseMode": "gcc-x64" } ], "version": 4 }
the vscode raise an error
"f:\Code\C\study20210902\test.cpp:1:10: fatal error: nana/gui.hpp: No such file or directory
#include <nana/gui.hpp>"
hope someone help me, thanks!
The text was updated successfully, but these errors were encountered:
I set the path like this but it can not work.
{ "configurations": [ { "name": "Win32", "includePath": [ "${workspaceFolder}/**", "F:/Code/C/package/nana-master/include" ], "defines": [ "_DEBUG", "UNICODE", "_UNICODE" ], "compilerPath": "D:\\MinGW\\MinGW2020\\mingw64\\bin\\g++.exe", "cStandard": "gnu17", "cppStandard": "gnu++14", "intelliSenseMode": "gcc-x64" } ], "version": 4 }
the vscode raise an error
"f:\Code\C\study20210902\test.cpp:1:10: fatal error: nana/gui.hpp: No such file or directory
#include <nana/gui.hpp>"
hope someone help me, thanks!
The text was updated successfully, but these errors were encountered: