Qt Creator cannot create new projects or configure existing ones
Unsolved
Qt Creator and other tools
-
Got any Windows updates in between ?
Anti-virus ? Some of them are pretty trigger happy and can wreak havoc for development tools. -
What version of Qt Creator do you have running ?
-
That you already wrote and it's clear. I'm asking about the Qt Creator version.
-
-
Hi,
What exact error are you getting ?
-
@SGaist, The same as the original poster's one:
Project ERROR: failed to parse default search paths from compiler output
Error while parsing file path/to/project.pro. Giving up.Going to
Build
>Run qmake
was failing too. After simply runningqmake
in the terminal, it started working.It was not creating the
Run
configuration at all, even after cleaning git ignored files (like the.pro.user
file for example) and configuring aBuild
configuration.