# CLang and MSVC mixes up, configuration error

**URL:** https://discourse.cmake.org/t/clang-and-msvc-mixes-up-configuration-error/3846
**Category:** Code
**Created:** [July 28, 2021, 10:18am UTC](https://discourse.cmake.org/t/clang-and-msvc-mixes-up-configuration-error/3846 "2021-07-28T10:18:38Z")
**Posts on this page:** 1
**Page:** 1

<div class="post-metadata">

### Author: ![Dharani\_Prasad](https://discourse.cmake.org/user_avatar/discourse.cmake.org/dharani_prasad/32/1669_2.png) [@Dharani\_Prasad](https://discourse.cmake.org/u/Dharani_Prasad)
#### Post date: [July 28, 2021, 10:18am UTC](https://discourse.cmake.org/t/clang-and-msvc-mixes-up-configuration-error/3846/1 "2021-07-28T10:18:38Z")

</div>

Hello,

I’m trying to configure a project using Qt, while I try to open the project the compiler pops this error and configuration is failing.

`The current configuration mixes Clang and MSVC or some other CL compatible compiler tool. This is not supported. Use either clang or MSVC as both C and C compilers.`

Can someone help me resolve this issue?  
Thanks in Advance 🙂
