Can not build and run task

this happen when i click build and run task

Executing task in folder vscode-template-main: C:/raylib/w64devkit/bin/mingw32-make.exe RAYLIB_PATH=C:/raylib/raylib PROJECT_NAME=main OBJS=*.cpp <

mingw32-make main
make[1]: Entering directory ‘E:/MUKESH/PROGRAMMING/C++/vscode-template-main’
g++ -o main *.cpp -Wall -std=c++14 -D_DEFAULT_SOURCE -Wno-missing-braces -s -O1 C:/raylib/raylib/src/raylib.rc.data -I. -IC:/raylib/raylib/src -IC:/raylib/raylib/src/external -L. -LC:/raylib/raylib/src -LC:/raylib/raylib/src -lraylib -lopengl32 -lgdi32 -lwinmm -DPLATFORM_DESKTOP
make[1]: Leaving directory ‘E:/MUKESH/PROGRAMMING/C++/vscode-template-main’

Terminal will be reused by tasks, press any key to close it.

Hey I’m running into this same issue - did you ever get it sorted out?

If you’re seeing that message and nothing else when you build your project, congrats the compile/build was successful!

1 Like

Yes, thank you for the answer.
But why we can`t see a successful build message as shown in the course video? what is the reason of it and what needs to do?

Thank you.

We’re actually not 100% sure. Between possibly a different terminal, older version of the compiler, or an older version of the C++ extension for VSCode, we haven’t been able to find the exact reason.

It would be great to be able to tell everyone what to do to get the exact same message. We just haven’t found the answer.

1 Like

Privacy & Terms