'File does not get found by the c++ Compiler with #include

I have the Problem that the C++ Compiler doesn't see the File to #include (the File is in the same Folder than my cpp File) here is my Code:

   #include "Toolset.h"

int main()
{
    Type("Test Test Test 1 2 3 123", 50);
}


Sources

This article follows the attribution requirements of Stack Overflow and is licensed under CC BY-SA 3.0.

Source: Stack Overflow

Solution Source