DavidSchuldenfrei / gtest-adapter

Other
18 stars 9 forks source link

gtest.h": No such file or directory #49

Open SoftwareQualityLabPirklbauer opened 4 years ago

SoftwareQualityLabPirklbauer commented 4 years ago

Hello, I am trying to use gtest inside VisualCode using the gtest-adapter, but I am struggeling while "using" the header file gtest.h.

What I have done so far:

As soon as I include "#include "gtest/gtest.h" I am getting the following error code: fatal error C1083: Datei (Include) kann nicht geöffnet werden: "gtest/gtest.h": No such file or directory The terminal process terminated with exit code: 1

Maybe someone can give me a hint what I am doing wrong?!

Best regards Mario