Avast blocking c++ exe file when compiled

Avast is blocking my c++ executable when it is run or compiled and it’s showing up a notification of
Win32:TrojanX-gen [Trj] after it is run and it makes tmp files when i compile it into the directory of my program.
This is just my code
#include

int main() {
std::cout << “Hello World!”;
return 0;
}

Hello,
thank you for the notice. Which compiler do you use? Can you send us the detected file using https://www.avast.com/false-positive-file-form.php, please?

Milos

Hello, I’m using the MinGW C++ compiler for my program and vscode as my text editor.
I’ve already submitted a false positive file form at https://www.avast.com/false-positive-file-form.php.