diff --git a/src/core/core.vcxproj b/src/core/core.vcxproj
index 5dc4df8a1..4df83c9a8 100755
--- a/src/core/core.vcxproj
+++ b/src/core/core.vcxproj
@@ -142,6 +142,7 @@
+
@@ -246,6 +247,7 @@
+
diff --git a/src/core/core.vcxproj.filters b/src/core/core.vcxproj.filters
index e10f79dbc..25215137b 100755
--- a/src/core/core.vcxproj.filters
+++ b/src/core/core.vcxproj.filters
@@ -223,6 +223,9 @@
src\library\query\local
+
+ src\support
+
@@ -537,5 +540,8 @@
src\io
+
+ src\support
+
\ No newline at end of file
diff --git a/src/core/support/LastFm.cpp b/src/core/support/LastFm.cpp
index 0e24b7e82..732348b99 100644
--- a/src/core/support/LastFm.cpp
+++ b/src/core/support/LastFm.cpp
@@ -32,7 +32,7 @@
//
//////////////////////////////////////////////////////////////////////////////
-#include "stdafx.h"
+#include "pch.hpp"
#include "LastFm.h"
#include
#include
diff --git a/src/core/support/LastFm.h b/src/core/support/LastFm.h
index b14b59181..555b57f2e 100644
--- a/src/core/support/LastFm.h
+++ b/src/core/support/LastFm.h
@@ -34,7 +34,6 @@
#pragma once
-#include "stdafx.h"
#include
namespace musik { namespace core { namespace lastfm {
diff --git a/src/musikcube/musikcube.vcxproj b/src/musikcube/musikcube.vcxproj
index 7886bc575..f5c3e3a9c 100755
--- a/src/musikcube/musikcube.vcxproj
+++ b/src/musikcube/musikcube.vcxproj
@@ -166,7 +166,6 @@ xcopy "$(SolutionDir)src\3rdparty\bin\win32\font\*.ttf" "$(TargetDir)fonts\" /Y
-
diff --git a/src/musikcube/musikcube.vcxproj.filters b/src/musikcube/musikcube.vcxproj.filters
index ced3bbb4e..fda91e179 100755
--- a/src/musikcube/musikcube.vcxproj.filters
+++ b/src/musikcube/musikcube.vcxproj.filters
@@ -156,9 +156,6 @@
app\layout
-
- app\util
-
app\overlay