Jack Thomas
Jack Thomas

Reputation: 308

How to delete a CLion project

I've been using CLion to run C++ files. Everything has gone well until today, when I accidentally created a project in the wrong folder. I deleted all of the files for the project, but for some reason, CLion still thinks the project exists. How should I fully delete the project? Thanks in advance guys.

Upvotes: 0

Views: 10145

Answers (1)

mvd
mvd

Reputation: 2720

Do you mean that when you first launch it and you see the projects on the left side that it's listed there? You can hover over it and press DELETE to remove from the project from that list.

Upvotes: 2

Related Questions