Hi, I'm kinda new to SFML, so sorry if this is a dumb question
So, my problem is:
using namespace std;
using namespace sf;
int main()
{
Window window(VideoMode(800, 600), "Help me please!");
while(window.isOpen())
window.display();
return 0;
}
This code makes a single flash with window, and returns
Error during pretty printers setup: Undefined info command: "pretty-printer". Try "help info".
Some features and performance optimizations will not be available.
"path"
Process finished with exit code 1
in debug and
Process finished with exit code -1073741515 (0xC0000135) in release.
SFML 2.5.1, CLion