ok so i did this:
https://www.youtube.com/watch?v=FgAaiBg4wEE
and managed to get rid of that no "debug" thing and now only using debug...
but still getting both errors >>>>>>>.<<<<<<<<
**** lol...
EDIT: ok so i got it to at-least make the debug file but yea now when i put stuff in the in the wx bit i get stuff like this... >.<
-------------- Build: Debug in WMTGD++ (compiler: GNU GCC Compiler)---------------
mingw32-g++.exe -pipe -mthreads -D__GNUWIN32__ -D__WXMSW__ -DWXUSINGDLL -DwxUSE_UNICODE -Wall -g -D__WXDEBUG__ -IC:\wxWidgets-3.0.2\include -IC:\wxWidgets-3.0.2\lib\gcc_dll\mswud -c "C:\Users\User\Desktop\CB Games\WMTGD++\WMTGD++\WMTGD__App.cpp" -o obj\Debug\WMTGD__App.o
mingw32-g++.exe -pipe -mthreads -D__GNUWIN32__ -D__WXMSW__ -DWXUSINGDLL -DwxUSE_UNICODE -Wall -g -D__WXDEBUG__ -IC:\wxWidgets-3.0.2\include -IC:\wxWidgets-3.0.2\lib\gcc_dll\mswud -c "C:\Users\User\Desktop\CB Games\WMTGD++\WMTGD++\WMTGD__Main.cpp" -o obj\Debug\WMTGD__Main.o
In file included from C:\wxWidgets-3.0.2\include/wx/laywin.h:14:0,
from C:\Users\User\Desktop\CB Games\WMTGD++\WMTGD++\WMTGD__Main.h:15,
from C:\Users\User\Desktop\CB Games\WMTGD++\WMTGD++\WMTGD__Main.cpp:10:
C:\wxWidgets-3.0.2\include/wx/generic/laywin.h:156:1: error: expected class-name before '{' token
C:\wxWidgets-3.0.2\include/wx/generic/laywin.h:164:58: error: 'wxSW_3D' was not declared in this scope
C:\wxWidgets-3.0.2\include/wx/generic/laywin.h:170:58: error: 'wxSW_3D' was not declared in this scope
C:\Users\User\Desktop\CB Games\WMTGD++\WMTGD++\WMTGD__Main.cpp: In constructor 'WMTGD__Frame::WMTGD__Frame(wxWindow*, wxWindowID)':
C:\Users\User\Desktop\CB Games\WMTGD++\WMTGD++\WMTGD__Main.cpp:57:109: error: 'wxSW_3D' was not declared in this scope
C:\Users\User\Desktop\CB Games\WMTGD++\WMTGD++\WMTGD__Main.cpp:58:24: error: 'class wxSashLayoutWindow' has no member named 'SetSashVisible'
C:\Users\User\Desktop\CB Games\WMTGD++\WMTGD++\WMTGD__Main.cpp:58:39: error: 'wxSASH_TOP' was not declared in this scope
C:\Users\User\Desktop\CB Games\WMTGD++\WMTGD++\WMTGD__Main.cpp:59:24: error: 'class wxSashLayoutWindow' has no member named 'SetSashVisible'
C:\Users\User\Desktop\CB Games\WMTGD++\WMTGD++\WMTGD__Main.cpp:59:39: error: 'wxSASH_BOTTOM' was not declared in this scope
C:\Users\User\Desktop\CB Games\WMTGD++\WMTGD++\WMTGD__Main.cpp:60:24: error: 'class wxSashLayoutWindow' has no member named 'SetSashVisible'
C:\Users\User\Desktop\CB Games\WMTGD++\WMTGD++\WMTGD__Main.cpp:60:39: error: 'wxSASH_LEFT' was not declared in this scope
C:\Users\User\Desktop\CB Games\WMTGD++\WMTGD++\WMTGD__Main.cpp:61:24: error: 'class wxSashLayoutWindow' has no member named 'SetSashVisible'
C:\Users\User\Desktop\CB Games\WMTGD++\WMTGD++\WMTGD__Main.cpp:61:39: error: 'wxSASH_RIGHT' was not declared in this scope