# VST Plug-in with version 0.10.0 doesn't compile on Windows

**URL:** https://forum.juce.com/t/vst-plug-in-with-version-0-10-0-doesnt-compile-on-windows/28977
**Category:** General JUCE discussion
**Created:** [August 13, 2018, 3:58pm UTC](https://forum.juce.com/t/vst-plug-in-with-version-0-10-0-doesnt-compile-on-windows/28977 "2018-08-13T15:58:17Z")
**Posts on this page:** 3
**Page:** 1

<div class="post-metadata">

### Author: ![basteln](https://avatars.discourse-cdn.com/v4/letter/b/f19dbf/32.png) [@basteln](https://forum.juce.com/u/basteln)
#### Post date: [August 13, 2018, 3:58pm UTC](https://forum.juce.com/t/vst-plug-in-with-version-0-10-0-doesnt-compile-on-windows/28977/1 "2018-08-13T15:58:17Z")

</div>

In `juce_CheckSettingsMacros.h:101` (and up to line 115), there are `#warning` pragmas. They cause compiler errors on Visual Studio (C1021 invalid preprocessor command).

I think `JUCE_COMPILER_WARNING` could be used to solve this.

---

<div class="post-metadata">

### Author: ![ed95](https://sea2.discourse-cdn.com/flex026/user_avatar/forum.juce.com/ed95/32/7635_2.png) [@ed95](https://forum.juce.com/u/ed95)
#### Post date: [August 14, 2018, 10:10am UTC](https://forum.juce.com/t/vst-plug-in-with-version-0-10-0-doesnt-compile-on-windows/28977/2 "2018-08-14T10:10:16Z")

</div>

Thanks. Fixed here: [https://github.com/WeAreROLI/JUCE/commit/fd7b339e04f8de35cb5c74121b7a0da22600f216](https://github.com/WeAreROLI/JUCE/commit/fd7b339e04f8de35cb5c74121b7a0da22600f216)

---

<div class="post-metadata">

### Author: ![basteln](https://avatars.discourse-cdn.com/v4/letter/b/f19dbf/32.png) [@basteln](https://forum.juce.com/u/basteln)
#### Post date: [August 14, 2018, 10:11am UTC](https://forum.juce.com/t/vst-plug-in-with-version-0-10-0-doesnt-compile-on-windows/28977/3 "2018-08-14T10:11:29Z")

</div>

Great, thanks!
