267 warnings: Decleration of 'x' hides function/class member in VS2015

Hi, I'm trying to get the sample GUI program from introjucer to work in Visual Studio 2015. I Create a sample GUI project with introjucer and add no extra preprocessor definitions. I save the project and open it in visual studio. Inside visual studio i get 267 warnings and 0 errors, So the program compiles fine and i see the window open with "Hello World" properly. The problem is that with those warnings i can't get intellisense, resharper, or vaassist to work at all. Intellisense highlights everything saying: WARNING, or cannot resolve symbol. The strange thing is that it compiles!!!! Here are the 300 errors for anyone interested:

 Severity	Code	Description	Project	File	Line
Warning	C4458	declaration of 'bodyA' hides class member (compiling source file ..\..\Source\Main.cpp)	AOSTME	c:\users\omar\documents\visual studio 2015\projects\aostme\jucelibrarycode\modules\juce_box2d\box2d\dynamics\joints\b2frictionjoint.h	38
Warning	C4458	declaration of 'callback' hides class member (compiling source file ..\..\Source\MainComponent.cpp)	AOSTME	c:\users\omar\documents\visual studio 2015\projects\aostme\jucelibrarycode\modules\juce_audio_devices\audio_io\juce_audiodevicemanager.h	301
Warning	C4458	declaration of 'callback' hides class member (compiling source file ..\..\Source\Main.cpp)	AOSTME	c:\users\omar\documents\visual studio 2015\projects\aostme\jucelibrarycode\modules\juce_audio_devices\audio_io\juce_audiodevicemanager.h	301
Warning	C4458	declaration of 'callback' hides class member (compiling source file ..\..\JuceLibraryCode\modules\juce_audio_devices\juce_audio_devices.cpp)	AOSTME	c:\users\omar\documents\visual studio 2015\projects\aostme\jucelibrarycode\modules\juce_audio_devices\audio_io\juce_audiodevicemanager.h	301
Warning	C4458	declaration of 'callback' hides class member (compiling source file ..\..\JuceLibraryCode\modules\juce_audio_utils\juce_audio_utils.cpp)	AOSTME	c:\users\omar\documents\visual studio 2015\projects\aostme\jucelibrarycode\modules\juce_audio_devices\audio_io\juce_audiodevicemanager.h	301
Warning	C4458	declaration of 'callback' hides class member (compiling source file ..\..\Source\MainComponent.cpp)	AOSTME	c:\users\omar\documents\visual studio 2015\projects\aostme\jucelibrarycode\modules\juce_audio_devices\audio_io\juce_audiodevicemanager.h	348
Warning	C4458	declaration of 'callback' hides class member (compiling source file ..\..\Source\Main.cpp)	AOSTME	c:\users\omar\documents\visual studio 2015\projects\aostme\jucelibrarycode\modules\juce_audio_devices\audio_io\juce_audiodevicemanager.h	348
Warning	C4458	declaration of 'callback' hides class member (compiling source file ..\..\JuceLibraryCode\modules\juce_audio_devices\juce_audio_devices.cpp)	AOSTME	c:\users\omar\documents\visual studio 2015\projects\aostme\jucelibrarycode\modules\juce_audio_devices\audio_io\juce_audiodevicemanager.h	348
Warning	C4458	declaration of 'callback' hides class member (compiling source file ..\..\JuceLibraryCode\modules\juce_audio_utils\juce_audio_utils.cpp)	AOSTME	c:\users\omar\documents\visual studio 2015\projects\aostme\jucelibrarycode\modules\juce_audio_devices\audio_io\juce_audiodevicemanager.h	348
Warning	C4458	declaration of 'callback' hides class member (compiling source file ..\..\Source\MainComponent.cpp)	AOSTME	c:\users\omar\documents\visual studio 2015\projects\aostme\jucelibrarycode\modules\juce_audio_devices\audio_io\juce_audiodevicemanager.h	352
Warning	C4458	declaration of 'callback' hides class member (compiling source file ..\..\Source\Main.cpp)	AOSTME	c:\users\omar\documents\visual studio 2015\projects\aostme\jucelibrarycode\modules\juce_audio_devices\audio_io\juce_audiodevicemanager.h	352
Warning	C4458	declaration of 'callback' hides class member (compiling source file ..\..\JuceLibraryCode\modules\juce_audio_devices\juce_audio_devices.cpp)	AOSTME	c:\users\omar\documents\visual studio 2015\projects\aostme\jucelibrarycode\modules\juce_audio_devices\audio_io\juce_audiodevicemanager.h	352
Warning	C4458	declaration of 'callback' hides class member (compiling source file ..\..\JuceLibraryCode\modules\juce_audio_utils\juce_audio_utils.cpp)	AOSTME	c:\users\omar\documents\visual studio 2015\projects\aostme\jucelibrarycode\modules\juce_audio_devices\audio_io\juce_audiodevicemanager.h	352
Warning	C4456	declaration of 'hr' hides previous local declaration (compiling source file ..\..\JuceLibraryCode\modules\juce_audio_devices\juce_audio_devices.cpp)	AOSTME	c:\users\omar\documents\visual studio 2015\projects\aostme\jucelibrarycode\modules\juce_audio_devices\native\juce_win32_directsound.cpp	643
Warning	C4458	declaration of 'deviceHandle' hides class member (compiling source file ..\..\JuceLibraryCode\modules\juce_audio_devices\juce_audio_devices.cpp)	AOSTME	c:\users\omar\documents\visual studio 2015\projects\aostme\jucelibrarycode\modules\juce_audio_devices\native\juce_win32_midi.cpp	146
Warning	C4458	declaration of 'deviceHandle' hides class member (compiling source file ..\..\JuceLibraryCode\modules\juce_audio_devices\juce_audio_devices.cpp)	AOSTME	c:\users\omar\documents\visual studio 2015\projects\aostme\jucelibrarycode\modules\juce_audio_devices\native\juce_win32_midi.cpp	155
Warning	C4458	declaration of 'deviceHandle' hides class member (compiling source file ..\..\JuceLibraryCode\modules\juce_audio_devices\juce_audio_devices.cpp)	AOSTME	c:\users\omar\documents\visual studio 2015\projects\aostme\jucelibrarycode\modules\juce_audio_devices\native\juce_win32_midi.cpp	167
Warning	C4458	declaration of 'deviceHandle' hides class member (compiling source file ..\..\JuceLibraryCode\modules\juce_audio_devices\juce_audio_devices.cpp)	AOSTME	c:\users\omar\documents\visual studio 2015\projects\aostme\jucelibrarycode\modules\juce_audio_devices\native\juce_win32_midi.cpp	173
Warning	C4458	declaration of 'client' hides class member (compiling source file ..\..\JuceLibraryCode\modules\juce_audio_devices\juce_audio_devices.cpp)	AOSTME	c:\users\omar\documents\visual studio 2015\projects\aostme\jucelibrarycode\modules\juce_audio_devices\native\juce_win32_wasapi.cpp	530
Warning	C4458	declaration of 'outputDeviceNames' hides class member (compiling source file ..\..\JuceLibraryCode\modules\juce_audio_devices\juce_audio_devices.cpp)	AOSTME	c:\users\omar\documents\visual studio 2015\projects\aostme\jucelibrarycode\modules\juce_audio_devices\native\juce_win32_wasapi.cpp	1346
Warning	C4458	declaration of 'inputDeviceNames' hides class member (compiling source file ..\..\JuceLibraryCode\modules\juce_audio_devices\juce_audio_devices.cpp)	AOSTME	c:\users\omar\documents\visual studio 2015\projects\aostme\jucelibrarycode\modules\juce_audio_devices\native\juce_win32_wasapi.cpp	1347
Warning	C4458	declaration of 'outputDeviceIds' hides class member (compiling source file ..\..\JuceLibraryCode\modules\juce_audio_devices\juce_audio_devices.cpp)	AOSTME	c:\users\omar\documents\visual studio 2015\projects\aostme\jucelibrarycode\modules\juce_audio_devices\native\juce_win32_wasapi.cpp	1348
Warning	C4458	declaration of 'inputDeviceIds' hides class member (compiling source file ..\..\JuceLibraryCode\modules\juce_audio_devices\juce_audio_devices.cpp)	AOSTME	c:\users\omar\documents\visual studio 2015\projects\aostme\jucelibrarycode\modules\juce_audio_devices\native\juce_win32_wasapi.cpp	1349
Warning	C4456	declaration of 'page' hides previous local declaration (compiling source file ..\..\JuceLibraryCode\modules\juce_audio_formats\juce_audio_formats.cpp)	AOSTME	c:\users\omar\documents\visual studio 2015\projects\aostme\jucelibrarycode\modules\juce_audio_formats\codecs\oggvorbis\framing.c	600
Warning	C4456	declaration of 'bytes' hides previous local declaration (compiling source file ..\..\JuceLibraryCode\modules\juce_audio_formats\juce_audio_formats.cpp)	AOSTME	c:\users\omar\documents\visual studio 2015\projects\aostme\jucelibrarycode\modules\juce_audio_formats\codecs\oggvorbis\framing.c	601
Warning	C4457	declaration of 'a' hides function parameter (compiling source file ..\..\JuceLibraryCode\modules\juce_audio_formats\juce_audio_formats.cpp)	AOSTME	c:\users\omar\documents\visual studio 2015\projects\aostme\jucelibrarycode\modules\juce_audio_formats\codecs\oggvorbis\libvorbis-1.3.2\lib\floor1.c	492
Warning	C4459	declaration of 'mask' hides global declaration (compiling source file ..\..\JuceLibraryCode\modules\juce_audio_formats\juce_audio_formats.cpp)	AOSTME	c:\users\omar\documents\visual studio 2015\projects\aostme\jucelibrarycode\modules\juce_audio_formats\codecs\oggvorbis\libvorbis-1.3.2\lib\floor1.c	512
Warning	C4456	declaration of 'y0' hides previous local declaration (compiling source file ..\..\JuceLibraryCode\modules\juce_audio_formats\juce_audio_formats.cpp)	AOSTME	c:\users\omar\documents\visual studio 2015\projects\aostme\jucelibrarycode\modules\juce_audio_formats\codecs\oggvorbis\libvorbis-1.3.2\lib\floor1.c	709
Warning	C4456	declaration of 'y1' hides previous local declaration (compiling source file ..\..\JuceLibraryCode\modules\juce_audio_formats\juce_audio_formats.cpp)	AOSTME	c:\users\omar\documents\visual studio 2015\projects\aostme\jucelibrarycode\modules\juce_audio_formats\codecs\oggvorbis\libvorbis-1.3.2\lib\floor1.c	710
Warning	C4459	declaration of 'mask' hides global declaration (compiling source file ..\..\JuceLibraryCode\modules\juce_audio_formats\juce_audio_formats.cpp)	AOSTME	c:\users\omar\documents\visual studio 2015\projects\aostme\jucelibrarycode\modules\juce_audio_formats\codecs\oggvorbis\libvorbis-1.3.2\lib\mdct.c	79
Warning	C4456	declaration of 'i' hides previous local declaration (compiling source file ..\..\JuceLibraryCode\modules\juce_audio_formats\juce_audio_formats.cpp)	AOSTME	c:\users\omar\documents\visual studio 2015\projects\aostme\jucelibrarycode\modules\juce_audio_formats\codecs\oggvorbis\libvorbis-1.3.2\lib\mdct.c	79
Warning	C4456	declaration of 'iX' hides previous local declaration (compiling source file ..\..\JuceLibraryCode\modules\juce_audio_formats\juce_audio_formats.cpp)	AOSTME	c:\users\omar\documents\visual studio 2015\projects\aostme\jucelibrarycode\modules\juce_audio_formats\codecs\oggvorbis\libvorbis-1.3.2\lib\mdct.c	440
Warning	C4456	declaration of 'bin' hides previous local declaration (compiling source file ..\..\JuceLibraryCode\modules\juce_audio_formats\juce_audio_formats.cpp)	AOSTME	c:\users\omar\documents\visual studio 2015\projects\aostme\jucelibrarycode\modules\juce_audio_formats\codecs\oggvorbis\libvorbis-1.3.2\lib\psy.c	239
Warning	C4459	declaration of 'mask' hides global declaration (compiling source file ..\..\JuceLibraryCode\modules\juce_audio_formats\juce_audio_formats.cpp)	AOSTME	c:\users\omar\documents\visual studio 2015\projects\aostme\jucelibrarycode\modules\juce_audio_formats\codecs\oggvorbis\libvorbis-1.3.2\lib\sharedbook.c	400
Warning	C4457	declaration of 'i' hides function parameter (compiling source file ..\..\JuceLibraryCode\modules\juce_audio_formats\juce_audio_formats.cpp)	AOSTME	c:\users\omar\documents\visual studio 2015\projects\aostme\jucelibrarycode\modules\juce_audio_formats\codecs\oggvorbis\libvorbis-1.3.2\lib\vorbisfile.c	1104
Warning	C4457	declaration of 'i' hides function parameter (compiling source file ..\..\JuceLibraryCode\modules\juce_audio_formats\juce_audio_formats.cpp)	AOSTME	c:\users\omar\documents\visual studio 2015\projects\aostme\jucelibrarycode\modules\juce_audio_formats\codecs\oggvorbis\libvorbis-1.3.2\lib\vorbisfile.c	1172
Warning	C4457	declaration of 'i' hides function parameter (compiling source file ..\..\JuceLibraryCode\modules\juce_audio_formats\juce_audio_formats.cpp)	AOSTME	c:\users\omar\documents\visual studio 2015\projects\aostme\jucelibrarycode\modules\juce_audio_formats\codecs\oggvorbis\libvorbis-1.3.2\lib\vorbisfile.c	1191
Warning	C4457	declaration of 'i' hides function parameter (compiling source file ..\..\JuceLibraryCode\modules\juce_audio_formats\juce_audio_formats.cpp)	AOSTME	c:\users\omar\documents\visual studio 2015\projects\aostme\jucelibrarycode\modules\juce_audio_formats\codecs\oggvorbis\libvorbis-1.3.2\lib\vorbisfile.c	1210
Warning	C4456	declaration of 'og' hides previous local declaration (compiling source file ..\..\JuceLibraryCode\modules\juce_audio_formats\juce_audio_formats.cpp)	AOSTME	c:\users\omar\documents\visual studio 2015\projects\aostme\jucelibrarycode\modules\juce_audio_formats\codecs\oggvorbis\libvorbis-1.3.2\lib\vorbisfile.c	1505
Warning	C4456	declaration of 'ret' hides previous local declaration (compiling source file ..\..\JuceLibraryCode\modules\juce_audio_formats\juce_audio_formats.cpp)	AOSTME	c:\users\omar\documents\visual studio 2015\projects\aostme\jucelibrarycode\modules\juce_audio_formats\codecs\oggvorbis\libvorbis-1.3.2\lib\vorbisfile.c	1601
Warning	C4456	declaration of 'val' hides previous local declaration (compiling source file ..\..\JuceLibraryCode\modules\juce_audio_formats\juce_audio_formats.cpp)	AOSTME	c:\users\omar\documents\visual studio 2015\projects\aostme\jucelibrarycode\modules\juce_audio_formats\codecs\oggvorbis\libvorbis-1.3.2\lib\vorbisfile.c	1979
Warning	C4458	declaration of 'sampleRate' hides class member (compiling source file ..\..\JuceLibraryCode\modules\juce_audio_processors\juce_audio_processors.cpp)	AOSTME	c:\users\omar\documents\visual studio 2015\projects\aostme\jucelibrarycode\modules\juce_audio_processors\processors\juce_audioprocessorgraph.cpp	891
Warning	C4458	declaration of 'blockSize' hides class member (compiling source file ..\..\JuceLibraryCode\modules\juce_audio_processors\juce_audio_processors.cpp)	AOSTME	c:\users\omar\documents\visual studio 2015\projects\aostme\jucelibrarycode\modules\juce_audio_processors\processors\juce_audioprocessorgraph.cpp	891
Warning	C4458	declaration of 'sampleRate' hides class member (compiling source file ..\..\Source\MainComponent.cpp)	AOSTME	c:\users\omar\documents\visual studio 2015\projects\aostme\jucelibrarycode\modules\juce_audio_processors\processors\juce_audioprocessorgraph.h	95
Warning	C4458	declaration of 'blockSize' hides class member (compiling source file ..\..\Source\MainComponent.cpp)	AOSTME	c:\users\omar\documents\visual studio 2015\projects\aostme\jucelibrarycode\modules\juce_audio_processors\processors\juce_audioprocessorgraph.h	95
Warning	C4458	declaration of 'sampleRate' hides class member (compiling source file ..\..\Source\Main.cpp)	AOSTME	c:\users\omar\documents\visual studio 2015\projects\aostme\jucelibrarycode\modules\juce_audio_processors\processors\juce_audioprocessorgraph.h	95
Warning	C4458	declaration of 'blockSize' hides class member (compiling source file ..\..\Source\Main.cpp)	AOSTME	c:\users\omar\documents\visual studio 2015\projects\aostme\jucelibrarycode\modules\juce_audio_processors\processors\juce_audioprocessorgraph.h	95
Warning	C4458	declaration of 'sampleRate' hides class member (compiling source file ..\..\JuceLibraryCode\modules\juce_audio_utils\juce_audio_utils.cpp)	AOSTME	c:\users\omar\documents\visual studio 2015\projects\aostme\jucelibrarycode\modules\juce_audio_processors\processors\juce_audioprocessorgraph.h	95
Warning	C4458	declaration of 'blockSize' hides class member (compiling source file ..\..\JuceLibraryCode\modules\juce_audio_utils\juce_audio_utils.cpp)	AOSTME	c:\users\omar\documents\visual studio 2015\projects\aostme\jucelibrarycode\modules\juce_audio_processors\processors\juce_audioprocessorgraph.h	95
Warning	C4458	declaration of 'sampleRate' hides class member (compiling source file ..\..\JuceLibraryCode\modules\juce_audio_processors\juce_audio_processors.cpp)	AOSTME	c:\users\omar\documents\visual studio 2015\projects\aostme\jucelibrarycode\modules\juce_audio_processors\processors\juce_audioprocessorgraph.h	95
Warning	C4458	declaration of 'blockSize' hides class member (compiling source file ..\..\JuceLibraryCode\modules\juce_audio_processors\juce_audio_processors.cpp)	AOSTME	c:\users\omar\documents\visual studio 2015\projects\aostme\jucelibrarycode\modules\juce_audio_processors\processors\juce_audioprocessorgraph.h	95
Warning	C4458	declaration of 'sampleRate' hides class member (compiling source file ..\..\Source\MainComponent.cpp)	AOSTME	c:\users\omar\documents\visual studio 2015\projects\aostme\jucelibrarycode\modules\juce_audio_processors\processors\juce_audioprocessorgraph.h	310
Warning	C4458	declaration of 'sampleRate' hides class member (compiling source file ..\..\Source\Main.cpp)	AOSTME	c:\users\omar\documents\visual studio 2015\projects\aostme\jucelibrarycode\modules\juce_audio_processors\processors\juce_audioprocessorgraph.h	310
Warning	C4458	declaration of 'sampleRate' hides class member (compiling source file ..\..\JuceLibraryCode\modules\juce_audio_utils\juce_audio_utils.cpp)	AOSTME	c:\users\omar\documents\visual studio 2015\projects\aostme\jucelibrarycode\modules\juce_audio_processors\processors\juce_audioprocessorgraph.h	310
Warning	C4458	declaration of 'sampleRate' hides class member (compiling source file ..\..\JuceLibraryCode\modules\juce_audio_processors\juce_audio_processors.cpp)	AOSTME	c:\users\omar\documents\visual studio 2015\projects\aostme\jucelibrarycode\modules\juce_audio_processors\processors\juce_audioprocessorgraph.h	310
Warning	C4458	declaration of 'sampleRate' hides class member (compiling source file ..\..\Source\MainComponent.cpp)	AOSTME	c:\users\omar\documents\visual studio 2015\projects\aostme\jucelibrarycode\modules\juce_audio_processors\processors\juce_audioprocessorgraph.h	356
Warning	C4458	declaration of 'sampleRate' hides class member (compiling source file ..\..\Source\Main.cpp)	AOSTME	c:\users\omar\documents\visual studio 2015\projects\aostme\jucelibrarycode\modules\juce_audio_processors\processors\juce_audioprocessorgraph.h	356
Warning	C4458	declaration of 'sampleRate' hides class member (compiling source file ..\..\JuceLibraryCode\modules\juce_audio_utils\juce_audio_utils.cpp)	AOSTME	c:\users\omar\documents\visual studio 2015\projects\aostme\jucelibrarycode\modules\juce_audio_processors\processors\juce_audioprocessorgraph.h	356
Warning	C4458	declaration of 'sampleRate' hides class member (compiling source file ..\..\JuceLibraryCode\modules\juce_audio_processors\juce_audio_processors.cpp)	AOSTME	c:\users\omar\documents\visual studio 2015\projects\aostme\jucelibrarycode\modules\juce_audio_processors\processors\juce_audioprocessorgraph.h	356
Warning	C4458	declaration of 'bodyA' hides class member (compiling source file ..\..\JuceLibraryCode\modules\juce_box2d\juce_box2d.cpp)	AOSTME	c:\users\omar\documents\visual studio 2015\projects\aostme\jucelibrarycode\modules\juce_box2d\box2d\dynamics\joints\b2distancejoint.h	44
Warning	C4458	declaration of 'bodyB' hides class member (compiling source file ..\..\JuceLibraryCode\modules\juce_box2d\juce_box2d.cpp)	AOSTME	c:\users\omar\documents\visual studio 2015\projects\aostme\jucelibrarycode\modules\juce_box2d\box2d\dynamics\joints\b2distancejoint.h	44
Warning	C4458	declaration of 'bodyA' hides class member (compiling source file ..\..\Source\MainComponent.cpp)	AOSTME	c:\users\omar\documents\visual studio 2015\projects\aostme\jucelibrarycode\modules\juce_box2d\box2d\dynamics\joints\b2distancejoint.h	44
Warning	C4458	declaration of 'bodyB' hides class member (compiling source file ..\..\Source\MainComponent.cpp)	AOSTME	c:\users\omar\documents\visual studio 2015\projects\aostme\jucelibrarycode\modules\juce_box2d\box2d\dynamics\joints\b2distancejoint.h	44
Warning	C4458	declaration of 'bodyA' hides class member (compiling source file ..\..\Source\Main.cpp)	AOSTME	c:\users\omar\documents\visual studio 2015\projects\aostme\jucelibrarycode\modules\juce_box2d\box2d\dynamics\joints\b2distancejoint.h	44
Warning	C4458	declaration of 'bodyB' hides class member (compiling source file ..\..\Source\Main.cpp)	AOSTME	c:\users\omar\documents\visual studio 2015\projects\aostme\jucelibrarycode\modules\juce_box2d\box2d\dynamics\joints\b2distancejoint.h	44
Warning	C4458	declaration of 'bodyA' hides class member (compiling source file ..\..\JuceLibraryCode\modules\juce_box2d\juce_box2d.cpp)	AOSTME	c:\users\omar\documents\visual studio 2015\projects\aostme\jucelibrarycode\modules\juce_box2d\box2d\dynamics\joints\b2frictionjoint.h	38
Warning	C4458	declaration of 'bodyB' hides class member (compiling source file ..\..\JuceLibraryCode\modules\juce_box2d\juce_box2d.cpp)	AOSTME	c:\users\omar\documents\visual studio 2015\projects\aostme\jucelibrarycode\modules\juce_box2d\box2d\dynamics\joints\b2frictionjoint.h	38
Warning	C4458	declaration of 'bodyA' hides class member (compiling source file ..\..\Source\MainComponent.cpp)	AOSTME	c:\users\omar\documents\visual studio 2015\projects\aostme\jucelibrarycode\modules\juce_box2d\box2d\dynamics\joints\b2frictionjoint.h	38
Warning	C4458	declaration of 'bodyB' hides class member (compiling source file ..\..\Source\MainComponent.cpp)	AOSTME	c:\users\omar\documents\visual studio 2015\projects\aostme\jucelibrarycode\modules\juce_box2d\box2d\dynamics\joints\b2frictionjoint.h	38
Warning	C4458	declaration of 'bodyB' hides class member (compiling source file ..\..\Source\Main.cpp)	AOSTME	c:\users\omar\documents\visual studio 2015\projects\aostme\jucelibrarycode\modules\juce_box2d\box2d\dynamics\joints\b2frictionjoint.h	38
Warning	C4458	declaration of 'bodyA' hides class member (compiling source file ..\..\JuceLibraryCode\modules\juce_box2d\juce_box2d.cpp)	AOSTME	c:\users\omar\documents\visual studio 2015\projects\aostme\jucelibrarycode\modules\juce_box2d\box2d\dynamics\joints\b2prismaticjoint.h	49
Warning	C4458	declaration of 'bodyB' hides class member (compiling source file ..\..\JuceLibraryCode\modules\juce_box2d\juce_box2d.cpp)	AOSTME	c:\users\omar\documents\visual studio 2015\projects\aostme\jucelibrarycode\modules\juce_box2d\box2d\dynamics\joints\b2prismaticjoint.h	49
Warning	C4458	declaration of 'bodyA' hides class member (compiling source file ..\..\Source\MainComponent.cpp)	AOSTME	c:\users\omar\documents\visual studio 2015\projects\aostme\jucelibrarycode\modules\juce_box2d\box2d\dynamics\joints\b2prismaticjoint.h	49
Warning	C4458	declaration of 'bodyB' hides class member (compiling source file ..\..\Source\MainComponent.cpp)	AOSTME	c:\users\omar\documents\visual studio 2015\projects\aostme\jucelibrarycode\modules\juce_box2d\box2d\dynamics\joints\b2prismaticjoint.h	49
Warning	C4458	declaration of 'bodyA' hides class member (compiling source file ..\..\Source\Main.cpp)	AOSTME	c:\users\omar\documents\visual studio 2015\projects\aostme\jucelibrarycode\modules\juce_box2d\box2d\dynamics\joints\b2prismaticjoint.h	49
Warning	C4458	declaration of 'bodyB' hides class member (compiling source file ..\..\Source\Main.cpp)	AOSTME	c:\users\omar\documents\visual studio 2015\projects\aostme\jucelibrarycode\modules\juce_box2d\box2d\dynamics\joints\b2prismaticjoint.h	49
Warning	C4458	declaration of 'bodyA' hides class member (compiling source file ..\..\JuceLibraryCode\modules\juce_box2d\juce_box2d.cpp)	AOSTME	c:\users\omar\documents\visual studio 2015\projects\aostme\jucelibrarycode\modules\juce_box2d\box2d\dynamics\joints\b2pulleyjoint.h	44
Warning	C4458	declaration of 'bodyB' hides class member (compiling source file ..\..\JuceLibraryCode\modules\juce_box2d\juce_box2d.cpp)	AOSTME	c:\users\omar\documents\visual studio 2015\projects\aostme\jucelibrarycode\modules\juce_box2d\box2d\dynamics\joints\b2pulleyjoint.h	44
Warning	C4458	declaration of 'bodyA' hides class member (compiling source file ..\..\Source\MainComponent.cpp)	AOSTME	c:\users\omar\documents\visual studio 2015\projects\aostme\jucelibrarycode\modules\juce_box2d\box2d\dynamics\joints\b2pulleyjoint.h	44
Warning	C4458	declaration of 'bodyB' hides class member (compiling source file ..\..\Source\MainComponent.cpp)	AOSTME	c:\users\omar\documents\visual studio 2015\projects\aostme\jucelibrarycode\modules\juce_box2d\box2d\dynamics\joints\b2pulleyjoint.h	44
Warning	C4458	declaration of 'bodyA' hides class member (compiling source file ..\..\Source\Main.cpp)	AOSTME	c:\users\omar\documents\visual studio 2015\projects\aostme\jucelibrarycode\modules\juce_box2d\box2d\dynamics\joints\b2pulleyjoint.h	44
Warning	C4458	declaration of 'bodyB' hides class member (compiling source file ..\..\Source\Main.cpp)	AOSTME	c:\users\omar\documents\visual studio 2015\projects\aostme\jucelibrarycode\modules\juce_box2d\box2d\dynamics\joints\b2pulleyjoint.h	44
Warning	C4458	declaration of 'bodyA' hides class member (compiling source file ..\..\JuceLibraryCode\modules\juce_box2d\juce_box2d.cpp)	AOSTME	c:\users\omar\documents\visual studio 2015\projects\aostme\jucelibrarycode\modules\juce_box2d\box2d\dynamics\joints\b2revolutejoint.h	53
Warning	C4458	declaration of 'bodyB' hides class member (compiling source file ..\..\JuceLibraryCode\modules\juce_box2d\juce_box2d.cpp)	AOSTME	c:\users\omar\documents\visual studio 2015\projects\aostme\jucelibrarycode\modules\juce_box2d\box2d\dynamics\joints\b2revolutejoint.h	53
Warning	C4458	declaration of 'bodyA' hides class member (compiling source file ..\..\Source\MainComponent.cpp)	AOSTME	c:\users\omar\documents\visual studio 2015\projects\aostme\jucelibrarycode\modules\juce_box2d\box2d\dynamics\joints\b2revolutejoint.h	53
Warning	C4458	declaration of 'bodyB' hides class member (compiling source file ..\..\Source\MainComponent.cpp)	AOSTME	c:\users\omar\documents\visual studio 2015\projects\aostme\jucelibrarycode\modules\juce_box2d\box2d\dynamics\joints\b2revolutejoint.h	53
Warning	C4458	declaration of 'bodyA' hides class member (compiling source file ..\..\Source\Main.cpp)	AOSTME	c:\users\omar\documents\visual studio 2015\projects\aostme\jucelibrarycode\modules\juce_box2d\box2d\dynamics\joints\b2revolutejoint.h	53
Warning	C4458	declaration of 'bodyB' hides class member (compiling source file ..\..\Source\Main.cpp)	AOSTME	c:\users\omar\documents\visual studio 2015\projects\aostme\jucelibrarycode\modules\juce_box2d\box2d\dynamics\joints\b2revolutejoint.h	53
Warning	C4458	declaration of 'bodyA' hides class member (compiling source file ..\..\JuceLibraryCode\modules\juce_box2d\juce_box2d.cpp)	AOSTME	c:\users\omar\documents\visual studio 2015\projects\aostme\jucelibrarycode\modules\juce_box2d\box2d\dynamics\joints\b2weldjoint.h	41
Warning	C4458	declaration of 'bodyB' hides class member (compiling source file ..\..\JuceLibraryCode\modules\juce_box2d\juce_box2d.cpp)	AOSTME	c:\users\omar\documents\visual studio 2015\projects\aostme\jucelibrarycode\modules\juce_box2d\box2d\dynamics\joints\b2weldjoint.h	41
Warning	C4458	declaration of 'bodyA' hides class member (compiling source file ..\..\Source\MainComponent.cpp)	AOSTME	c:\users\omar\documents\visual studio 2015\projects\aostme\jucelibrarycode\modules\juce_box2d\box2d\dynamics\joints\b2weldjoint.h	41
Warning	C4458	declaration of 'bodyB' hides class member (compiling source file ..\..\Source\MainComponent.cpp)	AOSTME	c:\users\omar\documents\visual studio 2015\projects\aostme\jucelibrarycode\modules\juce_box2d\box2d\dynamics\joints\b2weldjoint.h	41
Warning	C4458	declaration of 'bodyA' hides class member (compiling source file ..\..\Source\Main.cpp)	AOSTME	c:\users\omar\documents\visual studio 2015\projects\aostme\jucelibrarycode\modules\juce_box2d\box2d\dynamics\joints\b2weldjoint.h	41
Warning	C4458	declaration of 'bodyB' hides class member (compiling source file ..\..\Source\Main.cpp)	AOSTME	c:\users\omar\documents\visual studio 2015\projects\aostme\jucelibrarycode\modules\juce_box2d\box2d\dynamics\joints\b2weldjoint.h	41
Warning	C4458	declaration of 'bodyA' hides class member (compiling source file ..\..\JuceLibraryCode\modules\juce_box2d\juce_box2d.cpp)	AOSTME	c:\users\omar\documents\visual studio 2015\projects\aostme\jucelibrarycode\modules\juce_box2d\box2d\dynamics\joints\b2wheeljoint.h	47
Warning	C4458	declaration of 'bodyB' hides class member (compiling source file ..\..\JuceLibraryCode\modules\juce_box2d\juce_box2d.cpp)	AOSTME	c:\users\omar\documents\visual studio 2015\projects\aostme\jucelibrarycode\modules\juce_box2d\box2d\dynamics\joints\b2wheeljoint.h	47
Warning	C4458	declaration of 'bodyA' hides class member (compiling source file ..\..\Source\MainComponent.cpp)	AOSTME	c:\users\omar\documents\visual studio 2015\projects\aostme\jucelibrarycode\modules\juce_box2d\box2d\dynamics\joints\b2wheeljoint.h	47
Warning	C4458	declaration of 'bodyB' hides class member (compiling source file ..\..\Source\MainComponent.cpp)	AOSTME	c:\users\omar\documents\visual studio 2015\projects\aostme\jucelibrarycode\modules\juce_box2d\box2d\dynamics\joints\b2wheeljoint.h	47
Warning	C4458	declaration of 'bodyA' hides class member (compiling source file ..\..\Source\Main.cpp)	AOSTME	c:\users\omar\documents\visual studio 2015\projects\aostme\jucelibrarycode\modules\juce_box2d\box2d\dynamics\joints\b2wheeljoint.h	47
Warning	C4458	declaration of 'bodyB' hides class member (compiling source file ..\..\Source\Main.cpp)	AOSTME	c:\users\omar\documents\visual studio 2015\projects\aostme\jucelibrarycode\modules\juce_box2d\box2d\dynamics\joints\b2wheeljoint.h	47
Warning	C4458	declaration of 'buffer' hides class member (compiling source file ..\..\JuceLibraryCode\modules\juce_core\juce_core.cpp)	AOSTME	c:\users\omar\documents\visual studio 2015\projects\aostme\jucelibrarycode\modules\juce_core\native\juce_win32_files.cpp	290
Warning	C4458	declaration of 'headers' hides class member (compiling source file ..\..\JuceLibraryCode\modules\juce_core\juce_core.cpp)	AOSTME	c:\users\omar\documents\visual studio 2015\projects\aostme\jucelibrarycode\modules\juce_core\native\juce_win32_network.cpp	55
Warning	C4996	'localtime': This function or variable may be unsafe. Consider using localtime_s instead. To disable deprecation, use _CRT_SECURE_NO_WARNINGS. See online help for details. (compiling source file ..\..\JuceLibraryCode\modules\juce_core\juce_core.cpp)	AOSTME	c:\users\omar\documents\visual studio 2015\projects\aostme\jucelibrarycode\modules\juce_core\time\juce_time.cpp	74
Warning	C4996	'_ftime64': This function or variable may be unsafe. Consider using _ftime64_s instead. To disable deprecation, use _CRT_SECURE_NO_WARNINGS. See online help for details. (compiling source file ..\..\JuceLibraryCode\modules\juce_core\juce_core.cpp)	AOSTME	c:\users\omar\documents\visual studio 2015\projects\aostme\jucelibrarycode\modules\juce_core\time\juce_time.cpp	203
Warning	C4996	'__tzname': This function or variable may be unsafe. Consider using _get_tzname instead. To disable deprecation, use _CRT_SECURE_NO_WARNINGS. See online help for details. (compiling source file ..\..\JuceLibraryCode\modules\juce_core\juce_core.cpp)	AOSTME	c:\users\omar\documents\visual studio 2015\projects\aostme\jucelibrarycode\modules\juce_core\time\juce_time.cpp	376
Warning	C4459	declaration of 'newLine' hides global declaration (compiling source file ..\..\JuceLibraryCode\modules\juce_graphics\juce_graphics.cpp)	AOSTME	c:\users\omar\documents\visual studio 2015\projects\aostme\jucelibrarycode\modules\juce_graphics\native\juce_win32_directwritetypelayout.cpp	78
Warning	C4458	declaration of 'dc' hides class member (compiling source file ..\..\JuceLibraryCode\modules\juce_graphics\juce_graphics.cpp)	AOSTME	c:\users\omar\documents\visual studio 2015\projects\aostme\jucelibrarycode\modules\juce_graphics\native\juce_win32_fonts.cpp	545
Warning	C4458	declaration of 'dc' hides class member (compiling source file ..\..\JuceLibraryCode\modules\juce_graphics\juce_graphics.cpp)	AOSTME	c:\users\omar\documents\visual studio 2015\projects\aostme\jucelibrarycode\modules\juce_graphics\native\juce_win32_fonts.cpp	590
Warning	C4458	declaration of 'path' hides class member (compiling source file ..\..\JuceLibraryCode\modules\juce_gui_basics\juce_gui_basics.cpp)	AOSTME	c:\users\omar\documents\visual studio 2015\projects\aostme\jucelibrarycode\modules\juce_gui_basics\drawables\juce_drawablepath.cpp	91
Warning	C4458	declaration of 'path' hides class member (compiling source file ..\..\Source\MainComponent.cpp)	AOSTME	c:\users\omar\documents\visual studio 2015\projects\aostme\jucelibrarycode\modules\juce_gui_basics\drawables\juce_drawablepath.h	126
Warning	C4458	declaration of 'path' hides class member (compiling source file ..\..\Source\Main.cpp)	AOSTME	c:\users\omar\documents\visual studio 2015\projects\aostme\jucelibrarycode\modules\juce_gui_basics\drawables\juce_drawablepath.h	126
Warning	C4458	declaration of 'path' hides class member (compiling source file ..\..\JuceLibraryCode\modules\juce_audio_utils\juce_audio_utils.cpp)	AOSTME	c:\users\omar\documents\visual studio 2015\projects\aostme\jucelibrarycode\modules\juce_gui_basics\drawables\juce_drawablepath.h	126
Warning	C4458	declaration of 'path' hides class member (compiling source file ..\..\JuceLibraryCode\modules\juce_audio_processors\juce_audio_processors.cpp)	AOSTME	c:\users\omar\documents\visual studio 2015\projects\aostme\jucelibrarycode\modules\juce_gui_basics\drawables\juce_drawablepath.h	126
Warning	C4458	declaration of 'path' hides class member (compiling source file ..\..\JuceLibraryCode\modules\juce_gui_basics\juce_gui_basics.cpp)	AOSTME	c:\users\omar\documents\visual studio 2015\projects\aostme\jucelibrarycode\modules\juce_gui_basics\drawables\juce_drawablepath.h	126
Warning	C4458	declaration of 'path' hides class member (compiling source file ..\..\JuceLibraryCode\modules\juce_gui_extra\juce_gui_extra.cpp)	AOSTME	c:\users\omar\documents\visual studio 2015\projects\aostme\jucelibrarycode\modules\juce_gui_basics\drawables\juce_drawablepath.h	126
Warning	C4458	declaration of 'path' hides class member (compiling source file ..\..\JuceLibraryCode\modules\juce_opengl\juce_opengl.cpp)	AOSTME	c:\users\omar\documents\visual studio 2015\projects\aostme\jucelibrarycode\modules\juce_gui_basics\drawables\juce_drawablepath.h	126
Warning	C4458	declaration of 'path' hides class member (compiling source file ..\..\JuceLibraryCode\modules\juce_tracktion_marketplace\juce_tracktion_marketplace.cpp)	AOSTME	c:\users\omar\documents\visual studio 2015\projects\aostme\jucelibrarycode\modules\juce_gui_basics\drawables\juce_drawablepath.h	126
Warning	C4458	declaration of 'path' hides class member (compiling source file ..\..\JuceLibraryCode\modules\juce_video\juce_video.cpp)	AOSTME	c:\users\omar\documents\visual studio 2015\projects\aostme\jucelibrarycode\modules\juce_gui_basics\drawables\juce_drawablepath.h	126
Warning	C4458	declaration of 'path' hides class member (compiling source file ..\..\Source\MainComponent.cpp)	AOSTME	c:\users\omar\documents\visual studio 2015\projects\aostme\jucelibrarycode\modules\juce_gui_basics\drawables\juce_drawablepath.h	127
Warning	C4458	declaration of 'path' hides class member (compiling source file ..\..\Source\Main.cpp)	AOSTME	c:\users\omar\documents\visual studio 2015\projects\aostme\jucelibrarycode\modules\juce_gui_basics\drawables\juce_drawablepath.h	127
Warning	C4458	declaration of 'path' hides class member (compiling source file ..\..\JuceLibraryCode\modules\juce_audio_utils\juce_audio_utils.cpp)	AOSTME	c:\users\omar\documents\visual studio 2015\projects\aostme\jucelibrarycode\modules\juce_gui_basics\drawables\juce_drawablepath.h	127
Warning	C4458	declaration of 'path' hides class member (compiling source file ..\..\JuceLibraryCode\modules\juce_audio_processors\juce_audio_processors.cpp)	AOSTME	c:\users\omar\documents\visual studio 2015\projects\aostme\jucelibrarycode\modules\juce_gui_basics\drawables\juce_drawablepath.h	127
Warning	C4458	declaration of 'path' hides class member (compiling source file ..\..\JuceLibraryCode\modules\juce_gui_basics\juce_gui_basics.cpp)	AOSTME	c:\users\omar\documents\visual studio 2015\projects\aostme\jucelibrarycode\modules\juce_gui_basics\drawables\juce_drawablepath.h	127
Warning	C4458	declaration of 'path' hides class member (compiling source file ..\..\JuceLibraryCode\modules\juce_gui_extra\juce_gui_extra.cpp)	AOSTME	c:\users\omar\documents\visual studio 2015\projects\aostme\jucelibrarycode\modules\juce_gui_basics\drawables\juce_drawablepath.h	127
Warning	C4458	declaration of 'path' hides class member (compiling source file ..\..\JuceLibraryCode\modules\juce_opengl\juce_opengl.cpp)	AOSTME	c:\users\omar\documents\visual studio 2015\projects\aostme\jucelibrarycode\modules\juce_gui_basics\drawables\juce_drawablepath.h	127
Warning	C4458	declaration of 'path' hides class member (compiling source file ..\..\JuceLibraryCode\modules\juce_tracktion_marketplace\juce_tracktion_marketplace.cpp)	AOSTME	c:\users\omar\documents\visual studio 2015\projects\aostme\jucelibrarycode\modules\juce_gui_basics\drawables\juce_drawablepath.h	127
Warning	C4458	declaration of 'path' hides class member (compiling source file ..\..\JuceLibraryCode\modules\juce_video\juce_video.cpp)	AOSTME	c:\users\omar\documents\visual studio 2015\projects\aostme\jucelibrarycode\modules\juce_gui_basics\drawables\juce_drawablepath.h	127
Warning	C4458	declaration of 'positioner' hides class member (compiling source file ..\..\Source\MainComponent.cpp)	AOSTME	c:\users\omar\documents\visual studio 2015\projects\aostme\jucelibrarycode\modules\juce_gui_basics\drawables\juce_drawableshape.h	176
Warning	C4458	declaration of 'positioner' hides class member (compiling source file ..\..\Source\Main.cpp)	AOSTME	c:\users\omar\documents\visual studio 2015\projects\aostme\jucelibrarycode\modules\juce_gui_basics\drawables\juce_drawableshape.h	176
Warning	C4458	declaration of 'positioner' hides class member (compiling source file ..\..\JuceLibraryCode\modules\juce_audio_utils\juce_audio_utils.cpp)	AOSTME	c:\users\omar\documents\visual studio 2015\projects\aostme\jucelibrarycode\modules\juce_gui_basics\drawables\juce_drawableshape.h	176
Warning	C4458	declaration of 'positioner' hides class member (compiling source file ..\..\JuceLibraryCode\modules\juce_audio_processors\juce_audio_processors.cpp)	AOSTME	c:\users\omar\documents\visual studio 2015\projects\aostme\jucelibrarycode\modules\juce_gui_basics\drawables\juce_drawableshape.h	176
Warning	C4458	declaration of 'positioner' hides class member (compiling source file ..\..\JuceLibraryCode\modules\juce_gui_basics\juce_gui_basics.cpp)	AOSTME	c:\users\omar\documents\visual studio 2015\projects\aostme\jucelibrarycode\modules\juce_gui_basics\drawables\juce_drawableshape.h	176
Warning	C4458	declaration of 'positioner' hides class member (compiling source file ..\..\JuceLibraryCode\modules\juce_gui_extra\juce_gui_extra.cpp)	AOSTME	c:\users\omar\documents\visual studio 2015\projects\aostme\jucelibrarycode\modules\juce_gui_basics\drawables\juce_drawableshape.h	176
Warning	C4458	declaration of 'positioner' hides class member (compiling source file ..\..\JuceLibraryCode\modules\juce_opengl\juce_opengl.cpp)	AOSTME	c:\users\omar\documents\visual studio 2015\projects\aostme\jucelibrarycode\modules\juce_gui_basics\drawables\juce_drawableshape.h	176
Warning	C4458	declaration of 'positioner' hides class member (compiling source file ..\..\JuceLibraryCode\modules\juce_tracktion_marketplace\juce_tracktion_marketplace.cpp)	AOSTME	c:\users\omar\documents\visual studio 2015\projects\aostme\jucelibrarycode\modules\juce_gui_basics\drawables\juce_drawableshape.h	176
Warning	C4458	declaration of 'positioner' hides class member (compiling source file ..\..\JuceLibraryCode\modules\juce_video\juce_video.cpp)	AOSTME	c:\users\omar\documents\visual studio 2015\projects\aostme\jucelibrarycode\modules\juce_gui_basics\drawables\juce_drawableshape.h	176
Warning	C4458	declaration of 'lastRowSelected' hides class member (compiling source file ..\..\Source\MainComponent.cpp)	AOSTME	c:\users\omar\documents\visual studio 2015\projects\aostme\jucelibrarycode\modules\juce_gui_basics\filebrowser\juce_filelistcomponent.h	88
Warning	C4458	declaration of 'lastRowSelected' hides class member (compiling source file ..\..\Source\Main.cpp)	AOSTME	c:\users\omar\documents\visual studio 2015\projects\aostme\jucelibrarycode\modules\juce_gui_basics\filebrowser\juce_filelistcomponent.h	88
Warning	C4458	declaration of 'lastRowSelected' hides class member (compiling source file ..\..\JuceLibraryCode\modules\juce_audio_utils\juce_audio_utils.cpp)	AOSTME	c:\users\omar\documents\visual studio 2015\projects\aostme\jucelibrarycode\modules\juce_gui_basics\filebrowser\juce_filelistcomponent.h	88
Warning	C4458	declaration of 'lastRowSelected' hides class member (compiling source file ..\..\JuceLibraryCode\modules\juce_audio_processors\juce_audio_processors.cpp)	AOSTME	c:\users\omar\documents\visual studio 2015\projects\aostme\jucelibrarycode\modules\juce_gui_basics\filebrowser\juce_filelistcomponent.h	88
Warning	C4458	declaration of 'lastRowSelected' hides class member (compiling source file ..\..\JuceLibraryCode\modules\juce_gui_basics\juce_gui_basics.cpp)	AOSTME	c:\users\omar\documents\visual studio 2015\projects\aostme\jucelibrarycode\modules\juce_gui_basics\filebrowser\juce_filelistcomponent.h	88
Warning	C4458	declaration of 'lastRowSelected' hides class member (compiling source file ..\..\JuceLibraryCode\modules\juce_gui_extra\juce_gui_extra.cpp)	AOSTME	c:\users\omar\documents\visual studio 2015\projects\aostme\jucelibrarycode\modules\juce_gui_basics\filebrowser\juce_filelistcomponent.h	88
Warning	C4458	declaration of 'lastRowSelected' hides class member (compiling source file ..\..\JuceLibraryCode\modules\juce_opengl\juce_opengl.cpp)	AOSTME	c:\users\omar\documents\visual studio 2015\projects\aostme\jucelibrarycode\modules\juce_gui_basics\filebrowser\juce_filelistcomponent.h	88
Warning	C4458	declaration of 'lastRowSelected' hides class member (compiling source file ..\..\JuceLibraryCode\modules\juce_tracktion_marketplace\juce_tracktion_marketplace.cpp)	AOSTME	c:\users\omar\documents\visual studio 2015\projects\aostme\jucelibrarycode\modules\juce_gui_basics\filebrowser\juce_filelistcomponent.h	88
Warning	C4458	declaration of 'lastRowSelected' hides class member (compiling source file ..\..\JuceLibraryCode\modules\juce_video\juce_video.cpp)	AOSTME	c:\users\omar\documents\visual studio 2015\projects\aostme\jucelibrarycode\modules\juce_gui_basics\filebrowser\juce_filelistcomponent.h	88
Warning	C4458	declaration of 'state' hides class member (compiling source file ..\..\Source\MainComponent.cpp)	AOSTME	c:\users\omar\documents\visual studio 2015\projects\aostme\jucelibrarycode\modules\juce_gui_basics\layout\juce_componentbuilder.h	126
Warning	C4458	declaration of 'state' hides class member (compiling source file ..\..\Source\Main.cpp)	AOSTME	c:\users\omar\documents\visual studio 2015\projects\aostme\jucelibrarycode\modules\juce_gui_basics\layout\juce_componentbuilder.h	126
Warning	C4458	declaration of 'state' hides class member (compiling source file ..\..\JuceLibraryCode\modules\juce_audio_utils\juce_audio_utils.cpp)	AOSTME	c:\users\omar\documents\visual studio 2015\projects\aostme\jucelibrarycode\modules\juce_gui_basics\layout\juce_componentbuilder.h	126
Warning	C4458	declaration of 'state' hides class member (compiling source file ..\..\JuceLibraryCode\modules\juce_audio_processors\juce_audio_processors.cpp)	AOSTME	c:\users\omar\documents\visual studio 2015\projects\aostme\jucelibrarycode\modules\juce_gui_basics\layout\juce_componentbuilder.h	126
Warning	C4458	declaration of 'state' hides class member (compiling source file ..\..\JuceLibraryCode\modules\juce_gui_basics\juce_gui_basics.cpp)	AOSTME	c:\users\omar\documents\visual studio 2015\projects\aostme\jucelibrarycode\modules\juce_gui_basics\layout\juce_componentbuilder.h	126
Warning	C4458	declaration of 'state' hides class member (compiling source file ..\..\JuceLibraryCode\modules\juce_gui_extra\juce_gui_extra.cpp)	AOSTME	c:\users\omar\documents\visual studio 2015\projects\aostme\jucelibrarycode\modules\juce_gui_basics\layout\juce_componentbuilder.h	126
Warning	C4458	declaration of 'state' hides class member (compiling source file ..\..\JuceLibraryCode\modules\juce_opengl\juce_opengl.cpp)	AOSTME	c:\users\omar\documents\visual studio 2015\projects\aostme\jucelibrarycode\modules\juce_gui_basics\layout\juce_componentbuilder.h	126
Warning	C4458	declaration of 'state' hides class member (compiling source file ..\..\JuceLibraryCode\modules\juce_tracktion_marketplace\juce_tracktion_marketplace.cpp)	AOSTME	c:\users\omar\documents\visual studio 2015\projects\aostme\jucelibrarycode\modules\juce_gui_basics\layout\juce_componentbuilder.h	126
Warning	C4458	declaration of 'state' hides class member (compiling source file ..\..\JuceLibraryCode\modules\juce_video\juce_video.cpp)	AOSTME	c:\users\omar\documents\visual studio 2015\projects\aostme\jucelibrarycode\modules\juce_gui_basics\layout\juce_componentbuilder.h	126
Warning	C4458	declaration of 'state' hides class member (compiling source file ..\..\Source\MainComponent.cpp)	AOSTME	c:\users\omar\documents\visual studio 2015\projects\aostme\jucelibrarycode\modules\juce_gui_basics\layout\juce_componentbuilder.h	138
Warning	C4458	declaration of 'state' hides class member (compiling source file ..\..\Source\Main.cpp)	AOSTME	c:\users\omar\documents\visual studio 2015\projects\aostme\jucelibrarycode\modules\juce_gui_basics\layout\juce_componentbuilder.h	138
Warning	C4458	declaration of 'state' hides class member (compiling source file ..\..\JuceLibraryCode\modules\juce_audio_utils\juce_audio_utils.cpp)	AOSTME	c:\users\omar\documents\visual studio 2015\projects\aostme\jucelibrarycode\modules\juce_gui_basics\layout\juce_componentbuilder.h	138
Warning	C4458	declaration of 'state' hides class member (compiling source file ..\..\JuceLibraryCode\modules\juce_audio_processors\juce_audio_processors.cpp)	AOSTME	c:\users\omar\documents\visual studio 2015\projects\aostme\jucelibrarycode\modules\juce_gui_basics\layout\juce_componentbuilder.h	138
Warning	C4458	declaration of 'state' hides class member (compiling source file ..\..\JuceLibraryCode\modules\juce_gui_basics\juce_gui_basics.cpp)	AOSTME	c:\users\omar\documents\visual studio 2015\projects\aostme\jucelibrarycode\modules\juce_gui_basics\layout\juce_componentbuilder.h	138
Warning	C4458	declaration of 'state' hides class member (compiling source file ..\..\JuceLibraryCode\modules\juce_gui_extra\juce_gui_extra.cpp)	AOSTME	c:\users\omar\documents\visual studio 2015\projects\aostme\jucelibrarycode\modules\juce_gui_basics\layout\juce_componentbuilder.h	138
Warning	C4458	declaration of 'state' hides class member (compiling source file ..\..\JuceLibraryCode\modules\juce_opengl\juce_opengl.cpp)	AOSTME	c:\users\omar\documents\visual studio 2015\projects\aostme\jucelibrarycode\modules\juce_gui_basics\layout\juce_componentbuilder.h	138
Warning	C4458	declaration of 'state' hides class member (compiling source file ..\..\JuceLibraryCode\modules\juce_tracktion_marketplace\juce_tracktion_marketplace.cpp)	AOSTME	c:\users\omar\documents\visual studio 2015\projects\aostme\jucelibrarycode\modules\juce_gui_basics\layout\juce_componentbuilder.h	138
Warning	C4458	declaration of 'state' hides class member (compiling source file ..\..\JuceLibraryCode\modules\juce_video\juce_video.cpp)	AOSTME	c:\users\omar\documents\visual studio 2015\projects\aostme\jucelibrarycode\modules\juce_gui_basics\layout\juce_componentbuilder.h	138
Warning	C4458	declaration of 'state' hides class member (compiling source file ..\..\Source\MainComponent.cpp)	AOSTME	c:\users\omar\documents\visual studio 2015\projects\aostme\jucelibrarycode\modules\juce_gui_basics\layout\juce_componentbuilder.h	155
Warning	C4458	declaration of 'state' hides class member (compiling source file ..\..\Source\Main.cpp)	AOSTME	c:\users\omar\documents\visual studio 2015\projects\aostme\jucelibrarycode\modules\juce_gui_basics\layout\juce_componentbuilder.h	155
Warning	C4458	declaration of 'state' hides class member (compiling source file ..\..\JuceLibraryCode\modules\juce_audio_utils\juce_audio_utils.cpp)	AOSTME	c:\users\omar\documents\visual studio 2015\projects\aostme\jucelibrarycode\modules\juce_gui_basics\layout\juce_componentbuilder.h	155
Warning	C4458	declaration of 'state' hides class member (compiling source file ..\..\JuceLibraryCode\modules\juce_audio_processors\juce_audio_processors.cpp)	AOSTME	c:\users\omar\documents\visual studio 2015\projects\aostme\jucelibrarycode\modules\juce_gui_basics\layout\juce_componentbuilder.h	155
Warning	C4458	declaration of 'state' hides class member (compiling source file ..\..\JuceLibraryCode\modules\juce_gui_basics\juce_gui_basics.cpp)	AOSTME	c:\users\omar\documents\visual studio 2015\projects\aostme\jucelibrarycode\modules\juce_gui_basics\layout\juce_componentbuilder.h	155
Warning	C4458	declaration of 'state' hides class member (compiling source file ..\..\JuceLibraryCode\modules\juce_gui_extra\juce_gui_extra.cpp)	AOSTME	c:\users\omar\documents\visual studio 2015\projects\aostme\jucelibrarycode\modules\juce_gui_basics\layout\juce_componentbuilder.h	155
Warning	C4458	declaration of 'state' hides class member (compiling source file ..\..\JuceLibraryCode\modules\juce_opengl\juce_opengl.cpp)	AOSTME	c:\users\omar\documents\visual studio 2015\projects\aostme\jucelibrarycode\modules\juce_gui_basics\layout\juce_componentbuilder.h	155
Warning	C4458	declaration of 'state' hides class member (compiling source file ..\..\JuceLibraryCode\modules\juce_tracktion_marketplace\juce_tracktion_marketplace.cpp)	AOSTME	c:\users\omar\documents\visual studio 2015\projects\aostme\jucelibrarycode\modules\juce_gui_basics\layout\juce_componentbuilder.h	155
Warning	C4458	declaration of 'state' hides class member (compiling source file ..\..\JuceLibraryCode\modules\juce_video\juce_video.cpp)	AOSTME	c:\users\omar\documents\visual studio 2015\projects\aostme\jucelibrarycode\modules\juce_gui_basics\layout\juce_componentbuilder.h	155
Warning	C4458	declaration of 'kioskModeComponent' hides class member (compiling source file ..\..\JuceLibraryCode\modules\juce_gui_basics\juce_gui_basics.cpp)	AOSTME	c:\users\omar\documents\visual studio 2015\projects\aostme\jucelibrarycode\modules\juce_gui_basics\native\juce_win32_windowing.cpp	3279
Warning	C4458	declaration of 'component' hides class member (compiling source file ..\..\Source\MainComponent.cpp)	AOSTME	c:\users\omar\documents\visual studio 2015\projects\aostme\jucelibrarycode\modules\juce_gui_basics\positioning\juce_relativecoordinatepositioner.h	43
Warning	C4458	declaration of 'component' hides class member (compiling source file ..\..\Source\Main.cpp)	AOSTME	c:\users\omar\documents\visual studio 2015\projects\aostme\jucelibrarycode\modules\juce_gui_basics\positioning\juce_relativecoordinatepositioner.h	43
Warning	C4458	declaration of 'component' hides class member (compiling source file ..\..\JuceLibraryCode\modules\juce_audio_utils\juce_audio_utils.cpp)	AOSTME	c:\users\omar\documents\visual studio 2015\projects\aostme\jucelibrarycode\modules\juce_gui_basics\positioning\juce_relativecoordinatepositioner.h	43
Warning	C4458	declaration of 'component' hides class member (compiling source file ..\..\JuceLibraryCode\modules\juce_audio_processors\juce_audio_processors.cpp)	AOSTME	c:\users\omar\documents\visual studio 2015\projects\aostme\jucelibrarycode\modules\juce_gui_basics\positioning\juce_relativecoordinatepositioner.h	43
Warning	C4458	declaration of 'component' hides class member (compiling source file ..\..\JuceLibraryCode\modules\juce_gui_basics\juce_gui_basics.cpp)	AOSTME	c:\users\omar\documents\visual studio 2015\projects\aostme\jucelibrarycode\modules\juce_gui_basics\positioning\juce_relativecoordinatepositioner.h	43
Warning	C4458	declaration of 'component' hides class member (compiling source file ..\..\JuceLibraryCode\modules\juce_gui_extra\juce_gui_extra.cpp)	AOSTME	c:\users\omar\documents\visual studio 2015\projects\aostme\jucelibrarycode\modules\juce_gui_basics\positioning\juce_relativecoordinatepositioner.h	43
Warning	C4458	declaration of 'component' hides class member (compiling source file ..\..\JuceLibraryCode\modules\juce_opengl\juce_opengl.cpp)	AOSTME	c:\users\omar\documents\visual studio 2015\projects\aostme\jucelibrarycode\modules\juce_gui_basics\positioning\juce_relativecoordinatepositioner.h	43
Warning	C4458	declaration of 'component' hides class member (compiling source file ..\..\JuceLibraryCode\modules\juce_tracktion_marketplace\juce_tracktion_marketplace.cpp)	AOSTME	c:\users\omar\documents\visual studio 2015\projects\aostme\jucelibrarycode\modules\juce_gui_basics\positioning\juce_relativecoordinatepositioner.h	43
Warning	C4458	declaration of 'component' hides class member (compiling source file ..\..\JuceLibraryCode\modules\juce_video\juce_video.cpp)	AOSTME	c:\users\omar\documents\visual studio 2015\projects\aostme\jucelibrarycode\modules\juce_gui_basics\positioning\juce_relativecoordinatepositioner.h	43
Warning	C4458	declaration of 'component' hides class member (compiling source file ..\..\Source\MainComponent.cpp)	AOSTME	c:\users\omar\documents\visual studio 2015\projects\aostme\jucelibrarycode\modules\juce_gui_basics\positioning\juce_relativecoordinatepositioner.h	44
Warning	C4458	declaration of 'component' hides class member (compiling source file ..\..\Source\Main.cpp)	AOSTME	c:\users\omar\documents\visual studio 2015\projects\aostme\jucelibrarycode\modules\juce_gui_basics\positioning\juce_relativecoordinatepositioner.h	44
Warning	C4458	declaration of 'component' hides class member (compiling source file ..\..\JuceLibraryCode\modules\juce_audio_utils\juce_audio_utils.cpp)	AOSTME	c:\users\omar\documents\visual studio 2015\projects\aostme\jucelibrarycode\modules\juce_gui_basics\positioning\juce_relativecoordinatepositioner.h	44
Warning	C4458	declaration of 'component' hides class member (compiling source file ..\..\JuceLibraryCode\modules\juce_audio_processors\juce_audio_processors.cpp)	AOSTME	c:\users\omar\documents\visual studio 2015\projects\aostme\jucelibrarycode\modules\juce_gui_basics\positioning\juce_relativecoordinatepositioner.h	44
Warning	C4458	declaration of 'component' hides class member (compiling source file ..\..\JuceLibraryCode\modules\juce_gui_basics\juce_gui_basics.cpp)	AOSTME	c:\users\omar\documents\visual studio 2015\projects\aostme\jucelibrarycode\modules\juce_gui_basics\positioning\juce_relativecoordinatepositioner.h	44
Warning	C4458	declaration of 'component' hides class member (compiling source file ..\..\JuceLibraryCode\modules\juce_gui_extra\juce_gui_extra.cpp)	AOSTME	c:\users\omar\documents\visual studio 2015\projects\aostme\jucelibrarycode\modules\juce_gui_basics\positioning\juce_relativecoordinatepositioner.h	44
Warning	C4458	declaration of 'component' hides class member (compiling source file ..\..\JuceLibraryCode\modules\juce_opengl\juce_opengl.cpp)	AOSTME	c:\users\omar\documents\visual studio 2015\projects\aostme\jucelibrarycode\modules\juce_gui_basics\positioning\juce_relativecoordinatepositioner.h	44
Warning	C4458	declaration of 'component' hides class member (compiling source file ..\..\JuceLibraryCode\modules\juce_tracktion_marketplace\juce_tracktion_marketplace.cpp)	AOSTME	c:\users\omar\documents\visual studio 2015\projects\aostme\jucelibrarycode\modules\juce_gui_basics\positioning\juce_relativecoordinatepositioner.h	44
Warning	C4458	declaration of 'component' hides class member (compiling source file ..\..\JuceLibraryCode\modules\juce_video\juce_video.cpp)	AOSTME	c:\users\omar\documents\visual studio 2015\projects\aostme\jucelibrarycode\modules\juce_gui_basics\positioning\juce_relativecoordinatepositioner.h	44
Warning	C4458	declaration of 'lastRowSelected' hides class member (compiling source file ..\..\Source\MainComponent.cpp)	AOSTME	c:\users\omar\documents\visual studio 2015\projects\aostme\jucelibrarycode\modules\juce_gui_basics\widgets\juce_tablelistbox.h	309
Warning	C4458	declaration of 'lastRowSelected' hides class member (compiling source file ..\..\Source\Main.cpp)	AOSTME	c:\users\omar\documents\visual studio 2015\projects\aostme\jucelibrarycode\modules\juce_gui_basics\widgets\juce_tablelistbox.h	309
Warning	C4458	declaration of 'lastRowSelected' hides class member (compiling source file ..\..\JuceLibraryCode\modules\juce_audio_utils\juce_audio_utils.cpp)	AOSTME	c:\users\omar\documents\visual studio 2015\projects\aostme\jucelibrarycode\modules\juce_gui_basics\widgets\juce_tablelistbox.h	309
Warning	C4458	declaration of 'lastRowSelected' hides class member (compiling source file ..\..\JuceLibraryCode\modules\juce_audio_processors\juce_audio_processors.cpp)	AOSTME	c:\users\omar\documents\visual studio 2015\projects\aostme\jucelibrarycode\modules\juce_gui_basics\widgets\juce_tablelistbox.h	309
Warning	C4458	declaration of 'lastRowSelected' hides class member (compiling source file ..\..\JuceLibraryCode\modules\juce_gui_basics\juce_gui_basics.cpp)	AOSTME	c:\users\omar\documents\visual studio 2015\projects\aostme\jucelibrarycode\modules\juce_gui_basics\widgets\juce_tablelistbox.h	309
Warning	C4458	declaration of 'lastRowSelected' hides class member (compiling source file ..\..\JuceLibraryCode\modules\juce_gui_extra\juce_gui_extra.cpp)	AOSTME	c:\users\omar\documents\visual studio 2015\projects\aostme\jucelibrarycode\modules\juce_gui_basics\widgets\juce_tablelistbox.h	309
Warning	C4458	declaration of 'lastRowSelected' hides class member (compiling source file ..\..\JuceLibraryCode\modules\juce_opengl\juce_opengl.cpp)	AOSTME	c:\users\omar\documents\visual studio 2015\projects\aostme\jucelibrarycode\modules\juce_gui_basics\widgets\juce_tablelistbox.h	309
Warning	C4458	declaration of 'lastRowSelected' hides class member (compiling source file ..\..\JuceLibraryCode\modules\juce_tracktion_marketplace\juce_tracktion_marketplace.cpp)	AOSTME	c:\users\omar\documents\visual studio 2015\projects\aostme\jucelibrarycode\modules\juce_gui_basics\widgets\juce_tablelistbox.h	309
Warning	C4458	declaration of 'lastRowSelected' hides class member (compiling source file ..\..\JuceLibraryCode\modules\juce_video\juce_video.cpp)	AOSTME	c:\users\omar\documents\visual studio 2015\projects\aostme\jucelibrarycode\modules\juce_gui_basics\widgets\juce_tablelistbox.h	309
Warning	C4458	declaration of 'y' hides class member (compiling source file ..\..\Source\MainComponent.cpp)	AOSTME	c:\users\omar\documents\visual studio 2015\projects\aostme\jucelibrarycode\modules\juce_gui_basics\widgets\juce_treeview.h	556
Warning	C4458	declaration of 'y' hides class member (compiling source file ..\..\Source\Main.cpp)	AOSTME	c:\users\omar\documents\visual studio 2015\projects\aostme\jucelibrarycode\modules\juce_gui_basics\widgets\juce_treeview.h	556
Warning	C4458	declaration of 'y' hides class member (compiling source file ..\..\JuceLibraryCode\modules\juce_audio_utils\juce_audio_utils.cpp)	AOSTME	c:\users\omar\documents\visual studio 2015\projects\aostme\jucelibrarycode\modules\juce_gui_basics\widgets\juce_treeview.h	556
Warning	C4458	declaration of 'y' hides class member (compiling source file ..\..\JuceLibraryCode\modules\juce_audio_processors\juce_audio_processors.cpp)	AOSTME	c:\users\omar\documents\visual studio 2015\projects\aostme\jucelibrarycode\modules\juce_gui_basics\widgets\juce_treeview.h	556
Warning	C4458	declaration of 'y' hides class member (compiling source file ..\..\JuceLibraryCode\modules\juce_gui_basics\juce_gui_basics.cpp)	AOSTME	c:\users\omar\documents\visual studio 2015\projects\aostme\jucelibrarycode\modules\juce_gui_basics\widgets\juce_treeview.h	556
Warning	C4458	declaration of 'y' hides class member (compiling source file ..\..\JuceLibraryCode\modules\juce_gui_extra\juce_gui_extra.cpp)	AOSTME	c:\users\omar\documents\visual studio 2015\projects\aostme\jucelibrarycode\modules\juce_gui_basics\widgets\juce_treeview.h	556
Warning	C4458	declaration of 'y' hides class member (compiling source file ..\..\JuceLibraryCode\modules\juce_opengl\juce_opengl.cpp)	AOSTME	c:\users\omar\documents\visual studio 2015\projects\aostme\jucelibrarycode\modules\juce_gui_basics\widgets\juce_treeview.h	556
Warning	C4458	declaration of 'y' hides class member (compiling source file ..\..\JuceLibraryCode\modules\juce_tracktion_marketplace\juce_tracktion_marketplace.cpp)	AOSTME	c:\users\omar\documents\visual studio 2015\projects\aostme\jucelibrarycode\modules\juce_gui_basics\widgets\juce_treeview.h	556
Warning	C4458	declaration of 'y' hides class member (compiling source file ..\..\JuceLibraryCode\modules\juce_video\juce_video.cpp)	AOSTME	c:\users\omar\documents\visual studio 2015\projects\aostme\jucelibrarycode\modules\juce_gui_basics\widgets\juce_treeview.h	556
Warning	C4458	declaration of 'cachedImage' hides class member (compiling source file ..\..\Source\MainComponent.cpp)	AOSTME	c:\users\omar\documents\visual studio 2015\projects\aostme\jucelibrarycode\modules\juce_gui_basics\windows\juce_calloutbox.h	142
Warning	C4458	declaration of 'cachedImage' hides class member (compiling source file ..\..\Source\Main.cpp)	AOSTME	c:\users\omar\documents\visual studio 2015\projects\aostme\jucelibrarycode\modules\juce_gui_basics\windows\juce_calloutbox.h	142
Warning	C4458	declaration of 'cachedImage' hides class member (compiling source file ..\..\JuceLibraryCode\modules\juce_audio_utils\juce_audio_utils.cpp)	AOSTME	c:\users\omar\documents\visual studio 2015\projects\aostme\jucelibrarycode\modules\juce_gui_basics\windows\juce_calloutbox.h	142
Warning	C4458	declaration of 'cachedImage' hides class member (compiling source file ..\..\JuceLibraryCode\modules\juce_audio_processors\juce_audio_processors.cpp)	AOSTME	c:\users\omar\documents\visual studio 2015\projects\aostme\jucelibrarycode\modules\juce_gui_basics\windows\juce_calloutbox.h	142
Warning	C4458	declaration of 'cachedImage' hides class member (compiling source file ..\..\JuceLibraryCode\modules\juce_gui_basics\juce_gui_basics.cpp)	AOSTME	c:\users\omar\documents\visual studio 2015\projects\aostme\jucelibrarycode\modules\juce_gui_basics\windows\juce_calloutbox.h	142
Warning	C4458	declaration of 'cachedImage' hides class member (compiling source file ..\..\JuceLibraryCode\modules\juce_gui_extra\juce_gui_extra.cpp)	AOSTME	c:\users\omar\documents\visual studio 2015\projects\aostme\jucelibrarycode\modules\juce_gui_basics\windows\juce_calloutbox.h	142
Warning	C4458	declaration of 'cachedImage' hides class member (compiling source file ..\..\JuceLibraryCode\modules\juce_opengl\juce_opengl.cpp)	AOSTME	c:\users\omar\documents\visual studio 2015\projects\aostme\jucelibrarycode\modules\juce_gui_basics\windows\juce_calloutbox.h	142
Warning	C4458	declaration of 'cachedImage' hides class member (compiling source file ..\..\JuceLibraryCode\modules\juce_tracktion_marketplace\juce_tracktion_marketplace.cpp)	AOSTME	c:\users\omar\documents\visual studio 2015\projects\aostme\jucelibrarycode\modules\juce_gui_basics\windows\juce_calloutbox.h	142
Warning	C4458	declaration of 'cachedImage' hides class member (compiling source file ..\..\JuceLibraryCode\modules\juce_video\juce_video.cpp)	AOSTME	c:\users\omar\documents\visual studio 2015\projects\aostme\jucelibrarycode\modules\juce_gui_basics\windows\juce_calloutbox.h	142
Warning	C4458	declaration of 'bounds' hides class member (compiling source file ..\..\Source\MainComponent.cpp)	AOSTME	c:\users\omar\documents\visual studio 2015\projects\aostme\jucelibrarycode\modules\juce_gui_basics\windows\juce_resizablewindow.h	161
Warning	C4458	declaration of 'bounds' hides class member (compiling source file ..\..\Source\Main.cpp)	AOSTME	c:\users\omar\documents\visual studio 2015\projects\aostme\jucelibrarycode\modules\juce_gui_basics\windows\juce_resizablewindow.h	161
Warning	C4458	declaration of 'bounds' hides class member (compiling source file ..\..\JuceLibraryCode\modules\juce_audio_utils\juce_audio_utils.cpp)	AOSTME	c:\users\omar\documents\visual studio 2015\projects\aostme\jucelibrarycode\modules\juce_gui_basics\windows\juce_resizablewindow.h	161
Warning	C4458	declaration of 'bounds' hides class member (compiling source file ..\..\JuceLibraryCode\modules\juce_audio_processors\juce_audio_processors.cpp)	AOSTME	c:\users\omar\documents\visual studio 2015\projects\aostme\jucelibrarycode\modules\juce_gui_basics\windows\juce_resizablewindow.h	161
Warning	C4458	declaration of 'bounds' hides class member (compiling source file ..\..\JuceLibraryCode\modules\juce_gui_basics\juce_gui_basics.cpp)	AOSTME	c:\users\omar\documents\visual studio 2015\projects\aostme\jucelibrarycode\modules\juce_gui_basics\windows\juce_resizablewindow.h	161
Warning	C4458	declaration of 'bounds' hides class member (compiling source file ..\..\JuceLibraryCode\modules\juce_gui_extra\juce_gui_extra.cpp)	AOSTME	c:\users\omar\documents\visual studio 2015\projects\aostme\jucelibrarycode\modules\juce_gui_basics\windows\juce_resizablewindow.h	161
Warning	C4458	declaration of 'bounds' hides class member (compiling source file ..\..\JuceLibraryCode\modules\juce_opengl\juce_opengl.cpp)	AOSTME	c:\users\omar\documents\visual studio 2015\projects\aostme\jucelibrarycode\modules\juce_gui_basics\windows\juce_resizablewindow.h	161
Warning	C4458	declaration of 'bounds' hides class member (compiling source file ..\..\JuceLibraryCode\modules\juce_tracktion_marketplace\juce_tracktion_marketplace.cpp)	AOSTME	c:\users\omar\documents\visual studio 2015\projects\aostme\jucelibrarycode\modules\juce_gui_basics\windows\juce_resizablewindow.h	161
Warning	C4458	declaration of 'bounds' hides class member (compiling source file ..\..\JuceLibraryCode\modules\juce_video\juce_video.cpp)	AOSTME	c:\users\omar\documents\visual studio 2015\projects\aostme\jucelibrarycode\modules\juce_gui_basics\windows\juce_resizablewindow.h	161
Warning	C4458	declaration of 'threadPriority' hides class member (compiling source file ..\..\Source\MainComponent.cpp)	AOSTME	c:\users\omar\documents\visual studio 2015\projects\aostme\jucelibrarycode\modules\juce_gui_basics\windows\juce_threadwithprogresswindow.h	126
Warning	C4458	declaration of 'threadPriority' hides class member (compiling source file ..\..\Source\Main.cpp)	AOSTME	c:\users\omar\documents\visual studio 2015\projects\aostme\jucelibrarycode\modules\juce_gui_basics\windows\juce_threadwithprogresswindow.h	126
Warning	C4458	declaration of 'threadPriority' hides class member (compiling source file ..\..\JuceLibraryCode\modules\juce_audio_utils\juce_audio_utils.cpp)	AOSTME	c:\users\omar\documents\visual studio 2015\projects\aostme\jucelibrarycode\modules\juce_gui_basics\windows\juce_threadwithprogresswindow.h	126
Warning	C4458	declaration of 'threadPriority' hides class member (compiling source file ..\..\JuceLibraryCode\modules\juce_audio_processors\juce_audio_processors.cpp)	AOSTME	c:\users\omar\documents\visual studio 2015\projects\aostme\jucelibrarycode\modules\juce_gui_basics\windows\juce_threadwithprogresswindow.h	126
Warning	C4458	declaration of 'threadPriority' hides class member (compiling source file ..\..\JuceLibraryCode\modules\juce_gui_basics\juce_gui_basics.cpp)	AOSTME	c:\users\omar\documents\visual studio 2015\projects\aostme\jucelibrarycode\modules\juce_gui_basics\windows\juce_threadwithprogresswindow.h	126
Warning	C4458	declaration of 'threadPriority' hides class member (compiling source file ..\..\JuceLibraryCode\modules\juce_gui_extra\juce_gui_extra.cpp)	AOSTME	c:\users\omar\documents\visual studio 2015\projects\aostme\jucelibrarycode\modules\juce_gui_basics\windows\juce_threadwithprogresswindow.h	126
Warning	C4458	declaration of 'threadPriority' hides class member (compiling source file ..\..\JuceLibraryCode\modules\juce_opengl\juce_opengl.cpp)	AOSTME	c:\users\omar\documents\visual studio 2015\projects\aostme\jucelibrarycode\modules\juce_gui_basics\windows\juce_threadwithprogresswindow.h	126
Warning	C4458	declaration of 'threadPriority' hides class member (compiling source file ..\..\JuceLibraryCode\modules\juce_tracktion_marketplace\juce_tracktion_marketplace.cpp)	AOSTME	c:\users\omar\documents\visual studio 2015\projects\aostme\jucelibrarycode\modules\juce_gui_basics\windows\juce_threadwithprogresswindow.h	126
Warning	C4458	declaration of 'threadPriority' hides class member (compiling source file ..\..\JuceLibraryCode\modules\juce_video\juce_video.cpp)	AOSTME	c:\users\omar\documents\visual studio 2015\projects\aostme\jucelibrarycode\modules\juce_gui_basics\windows\juce_threadwithprogresswindow.h	126
Warning	C4458	declaration of 'threadPriority' hides class member (compiling source file ..\..\Source\MainComponent.cpp)	AOSTME	c:\users\omar\documents\visual studio 2015\projects\aostme\jucelibrarycode\modules\juce_gui_basics\windows\juce_threadwithprogresswindow.h	138
Warning	C4458	declaration of 'threadPriority' hides class member (compiling source file ..\..\Source\Main.cpp)	AOSTME	c:\users\omar\documents\visual studio 2015\projects\aostme\jucelibrarycode\modules\juce_gui_basics\windows\juce_threadwithprogresswindow.h	138
Warning	C4458	declaration of 'threadPriority' hides class member (compiling source file ..\..\JuceLibraryCode\modules\juce_audio_utils\juce_audio_utils.cpp)	AOSTME	c:\users\omar\documents\visual studio 2015\projects\aostme\jucelibrarycode\modules\juce_gui_basics\windows\juce_threadwithprogresswindow.h	138
Warning	C4458	declaration of 'threadPriority' hides class member (compiling source file ..\..\JuceLibraryCode\modules\juce_audio_processors\juce_audio_processors.cpp)	AOSTME	c:\users\omar\documents\visual studio 2015\projects\aostme\jucelibrarycode\modules\juce_gui_basics\windows\juce_threadwithprogresswindow.h	138
Warning	C4458	declaration of 'threadPriority' hides class member (compiling source file ..\..\JuceLibraryCode\modules\juce_gui_basics\juce_gui_basics.cpp)	AOSTME	c:\users\omar\documents\visual studio 2015\projects\aostme\jucelibrarycode\modules\juce_gui_basics\windows\juce_threadwithprogresswindow.h	138
Warning	C4458	declaration of 'threadPriority' hides class member (compiling source file ..\..\JuceLibraryCode\modules\juce_gui_extra\juce_gui_extra.cpp)	AOSTME	c:\users\omar\documents\visual studio 2015\projects\aostme\jucelibrarycode\modules\juce_gui_basics\windows\juce_threadwithprogresswindow.h	138
Warning	C4458	declaration of 'threadPriority' hides class member (compiling source file ..\..\JuceLibraryCode\modules\juce_opengl\juce_opengl.cpp)	AOSTME	c:\users\omar\documents\visual studio 2015\projects\aostme\jucelibrarycode\modules\juce_gui_basics\windows\juce_threadwithprogresswindow.h	138
Warning	C4458	declaration of 'threadPriority' hides class member (compiling source file ..\..\JuceLibraryCode\modules\juce_tracktion_marketplace\juce_tracktion_marketplace.cpp)	AOSTME	c:\users\omar\documents\visual studio 2015\projects\aostme\jucelibrarycode\modules\juce_gui_basics\windows\juce_threadwithprogresswindow.h	138
Warning	C4458	declaration of 'threadPriority' hides class member (compiling source file ..\..\JuceLibraryCode\modules\juce_video\juce_video.cpp)	AOSTME	c:\users\omar\documents\visual studio 2015\projects\aostme\jucelibrarycode\modules\juce_gui_basics\windows\juce_threadwithprogresswindow.h	138
Warning	C4459	declaration of 'newLine' hides global declaration (compiling source file ..\..\Source\MainComponent.cpp)	AOSTME	c:\users\omar\documents\visual studio 2015\projects\aostme\jucelibrarycode\modules\juce_gui_extra\code_editor\juce_codedocument.h	128
Warning	C4459	declaration of 'newLine' hides global declaration (compiling source file ..\..\Source\Main.cpp)	AOSTME	c:\users\omar\documents\visual studio 2015\projects\aostme\jucelibrarycode\modules\juce_gui_extra\code_editor\juce_codedocument.h	128
Warning	C4459	declaration of 'newLine' hides global declaration (compiling source file ..\..\JuceLibraryCode\modules\juce_audio_processors\juce_audio_processors.cpp)	AOSTME	c:\users\omar\documents\visual studio 2015\projects\aostme\jucelibrarycode\modules\juce_gui_extra\code_editor\juce_codedocument.h	128
Warning	C4459	declaration of 'newLine' hides global declaration (compiling source file ..\..\JuceLibraryCode\modules\juce_gui_basics\juce_gui_basics.cpp)	AOSTME	c:\users\omar\documents\visual studio 2015\projects\aostme\jucelibrarycode\modules\juce_gui_extra\code_editor\juce_codedocument.h	128
Warning	C4459	declaration of 'newLine' hides global declaration (compiling source file ..\..\JuceLibraryCode\modules\juce_gui_extra\juce_gui_extra.cpp)	AOSTME	c:\users\omar\documents\visual studio 2015\projects\aostme\jucelibrarycode\modules\juce_gui_extra\code_editor\juce_codedocument.h	128
Warning	C4459	declaration of 'newLine' hides global declaration (compiling source file ..\..\JuceLibraryCode\modules\juce_opengl\juce_opengl.cpp)	AOSTME	c:\users\omar\documents\visual studio 2015\projects\aostme\jucelibrarycode\modules\juce_gui_extra\code_editor\juce_codedocument.h	128
Warning	C4459	declaration of 'newLine' hides global declaration (compiling source file ..\..\JuceLibraryCode\modules\juce_tracktion_marketplace\juce_tracktion_marketplace.cpp)	AOSTME	c:\users\omar\documents\visual studio 2015\projects\aostme\jucelibrarycode\modules\juce_gui_extra\code_editor\juce_codedocument.h	128
Warning	C4459	declaration of 'newLine' hides global declaration (compiling source file ..\..\JuceLibraryCode\modules\juce_video\juce_video.cpp)	AOSTME	c:\users\omar\documents\visual studio 2015\projects\aostme\jucelibrarycode\modules\juce_gui_extra\code_editor\juce_codedocument.h	128
Warning	C4459	declaration of 'newLine' hides global declaration (compiling source file ..\..\Source\MainComponent.cpp)	AOSTME	c:\users\omar\documents\visual studio 2015\projects\aostme\jucelibrarycode\modules\juce_gui_extra\code_editor\juce_codedocument.h	260
Warning	C4459	declaration of 'newLine' hides global declaration (compiling source file ..\..\Source\Main.cpp)	AOSTME	c:\users\omar\documents\visual studio 2015\projects\aostme\jucelibrarycode\modules\juce_gui_extra\code_editor\juce_codedocument.h	260
Warning	C4459	declaration of 'newLine' hides global declaration (compiling source file ..\..\JuceLibraryCode\modules\juce_audio_processors\juce_audio_processors.cpp)	AOSTME	c:\users\omar\documents\visual studio 2015\projects\aostme\jucelibrarycode\modules\juce_gui_extra\code_editor\juce_codedocument.h	260
Warning	C4459	declaration of 'newLine' hides global declaration (compiling source file ..\..\JuceLibraryCode\modules\juce_gui_basics\juce_gui_basics.cpp)	AOSTME	c:\users\omar\documents\visual studio 2015\projects\aostme\jucelibrarycode\modules\juce_gui_extra\code_editor\juce_codedocument.h	260
Warning	C4459	declaration of 'newLine' hides global declaration (compiling source file ..\..\JuceLibraryCode\modules\juce_gui_extra\juce_gui_extra.cpp)	AOSTME	c:\users\omar\documents\visual studio 2015\projects\aostme\jucelibrarycode\modules\juce_gui_extra\code_editor\juce_codedocument.h	260
Warning	C4459	declaration of 'newLine' hides global declaration (compiling source file ..\..\JuceLibraryCode\modules\juce_opengl\juce_opengl.cpp)	AOSTME	c:\users\omar\documents\visual studio 2015\projects\aostme\jucelibrarycode\modules\juce_gui_extra\code_editor\juce_codedocument.h	260
Warning	C4459	declaration of 'newLine' hides global declaration (compiling source file ..\..\JuceLibraryCode\modules\juce_tracktion_marketplace\juce_tracktion_marketplace.cpp)	AOSTME	c:\users\omar\documents\visual studio 2015\projects\aostme\jucelibrarycode\modules\juce_gui_extra\code_editor\juce_codedocument.h	260
Warning	C4459	declaration of 'newLine' hides global declaration (compiling source file ..\..\JuceLibraryCode\modules\juce_video\juce_video.cpp)	AOSTME	c:\users\omar\documents\visual studio 2015\projects\aostme\jucelibrarycode\modules\juce_gui_extra\code_editor\juce_codedocument.h	260
Warning	C4458	declaration of 'bounds' hides class member (compiling source file ..\..\JuceLibraryCode\modules\juce_gui_extra\juce_gui_extra.cpp)	AOSTME	c:\users\omar\documents\visual studio 2015\projects\aostme\jucelibrarycode\modules\juce_gui_extra\native\juce_win32_activexcomponent.cpp	228
Warning	C4458	declaration of 'bounds' hides class member (compiling source file ..\..\JuceLibraryCode\modules\juce_gui_extra\juce_gui_extra.cpp)	AOSTME	c:\users\omar\documents\visual studio 2015\projects\aostme\jucelibrarycode\modules\juce_gui_extra\native\juce_win32_activexcomponent.cpp	335
Warning	C4458	declaration of 'flags' hides class member (compiling source file ..\..\JuceLibraryCode\modules\juce_gui_extra\juce_gui_extra.cpp)	AOSTME	c:\users\omar\documents\visual studio 2015\projects\aostme\jucelibrarycode\modules\juce_gui_extra\native\juce_win32_webbrowsercomponent.cpp	74
Warning	C4458	declaration of 'pixelFormat' hides class member (compiling source file ..\..\JuceLibraryCode\modules\juce_opengl\juce_opengl.cpp)	AOSTME	c:\users\omar\documents\visual studio 2015\projects\aostme\jucelibrarycode\modules\juce_opengl\native\juce_opengl_win32.h	210
Warning	C4100	'commandLine': unreferenced formal parameter	AOSTME	c:\users\omar\documents\visual studio 2015\projects\aostme\source\main.cpp	27
Warning	C4100	'commandLine': unreferenced formal parameter	AOSTME	c:\users\omar\documents\visual studio 2015\projects\aostme\source\main.cpp	49

Thanks for bringing this to our attention. I'll fix this soon!

You could just disable warning C4458 for your project.

This should be fixed on the latest tip now.

Thanks for letting us know!