Re: Compilation failure
Maarten Bent <[email protected]> Fri, 10 Jul 2026 23:25:45 +0200
| Newsgroups | gmane.comp.lib.wxwindows.general |
|---|---|
| Message-ID | <[email protected]> |
This is a multi-part message in MIME format. --------------4OhFObginjSAGdvsWsMcoGtx Content-Type: text/plain; charset="UTF-8"; format=flowed Content-Transfer-Encoding: quoted-printable I have no idea why it fails. Nothing has changed in the project files. I don't think there ever was a 3rdparty subproject. Only the CMake=20 generated projects have a 'Third party libraries' sub-folder. Do you have any wx specific environment variables that override stuff? Does it work if you revert back to the 3.3.2 sources? What source do you use, I tried wxWidgets-3.3.3.zip from the GitHub=20 release and it works fine with VS2022. You could try to add more verbose output, maybe it has some hints to=20 what goes wrong. In Tools -> Options -> Projects and Solutions -> Build and Run. Change "MSBuild project build output verbosity" to Detailed. Rebuild the _custom_build project and analyze the log. Maarten On 10 Jul 2026 21:13, Igor Korot wrote: > Maarten, > > To my surprise even if i copy setup.h over the build still fails with=20 > the same "cant find setup.h" error. > > Am i the only one? =F0=9F=98=80 > > Thank you. > > > On Thu, Jul 9, 2026, 7:13=E2=80=AFPM Igor Korot <[email protected]> wrot= e: > > Hi, Maarten, > > Attached is a freshly created build log made by following procedure > described in the previous reply. > > =C2=A0Also the folder lib\vc_dll\mswu{d}\wx\msw is empty. > Same is for vc_x64_dll. > > Thank you. > > On Thu, Jul 9, 2026 at 5:44=E2=80=AFPM Igor Korot <[email protected]= > wrote: > > > > Hi,Maarten, > > > > > > On Thu, Jul 9, 2026 at 3:03=E2=80=AFAM Maarten Bent > <[email protected]> wrote: > > > > > > Hi, > > > > 1 In the 3.3.2=C2=A0 wx_vc15.sln had a subproject called 3rdpart. N= w > its gone. > > That is my first point in the OP. > > > > > > > > The _custom_build project copies include/wx/msw/setup.h to > lib/vc_{x64}{_dll/_lib}/mswu{d}/wx/setup.h > > > > in the 3.3.2 it was to copy include\wx\msw\setup.h to > libvc\mswu{d}dll > > for 32 bit compilation. > > It los lie now iit changed. > > > > For a long time my upgrading process was: > > a. Delete everything from c:\wxWidgets > > b. Unacl new release archive into c:\wxWidgets > > c. Open wx_vc15.sln > > d. Build->Batch Build > > > > As you can see no properties file is used. > > > > With recent releases I have to skip all ARM-based builds and > select the DLL > > projects only. > > > > > Somehow this fails for you. Does the file exist? Do you/msvs > have read/write permissions? Do you use modified properties or > wx_local.props? > > > > I'll try to redo the build from scratch to answer the first > question. > > Second question - c\wxWdgets does have write permission. > > See above > > > > > Are you doing a clean build with the correct sources? > > > > Building from scratch - see above. > > > > > > > > Also sharing just the first error is enough, no need to add > hundreds of lines with the same error message. > > > > II thought I also included the actual build errors and not just > custom > > target results. > > > > Thank you, > > > > > > > > Maarten > > > > > > > > > On 9-7-2026 09:20, Igor Korot wrote: > > > > > > Hi, > > > > > > On Wed, Jul 8, 2026 at 12:06=E2=80=AFAM Igor Korot > <[email protected]> wrote: > > > > > > wx 3.3.3 > > > MSVC 2017 Community > > > wx_vc15.sln > > > > > > 1.In the projects view 3rd party folder is not present > > > 2 During compilation I got: > > > > > > ------ Build started: Project: _custom_build, Configuration: DLL > > > Release x64 ------ > > > Build started 7/7/2026 10:51:11 PM. > > > Target InitializeBuildStatus: > > >=C2=A0 =C2=A0Touching > "vc_x64_mswudll\_custom_build\_custom_build.tlog\unsuccessfulbuild". > > > Target CustomBuild: > > >=C2=A0 =C2=A0C:\Program Files (x86)\Microsoft Visual > > > > Studio\2017\Community\Common7\IDE\VC\VCTargets\Microsoft.CppCommon.ta= rgets(209,5): > > > error MSB6006: "cmd.exe" exited with code -1073741502. > > > Done building target "CustomBuild" in project > > > "wx_custom_build.vcxproj" -- FAILED. > > > > > > Done building project "wx_custom_build.vcxproj" -- FAILED. > > > > > > It looks like the include folders were not updated > > > > > > The custom target creates lib\vc_dll and lib\vc_x64_dll, > > > But the bulb checks for lib\vc_mswu{d}dll > > > > > > Thank you. > > > > > > Build FAILED. > > > > > > C:\Program Files (x86)\Microsoft Visual > > > > Studio\2017\Community\Common7\IDE\VC\VCTargets\Microsoft.CppCommon.ta= rgets(209,5): > > > error MSB6006: "cmd.exe" exited with code -1073741502. > > >=C2=A0 =C2=A0 =C2=A00 Warning(s) > > >=C2=A0 =C2=A0 =C2=A01 Error(s) > > > > > > Time Elapsed 00:00:03.70 > > > ------ Build started: Project: _custom_build, Configuration: DLL > > > Release Win32 ------ > > > Build started 7/7/2026 10:51:15 PM. > > > Target InitializeBuildStatus: > > >=C2=A0 =C2=A0Touching > "vc_mswudll\_custom_build\_custom_build.tlog\unsuccessfulbuild". > > > Target CustomBuild: > > >=C2=A0 =C2=A0C:\Program Files (x86)\Microsoft Visual > > > > Studio\2017\Community\Common7\IDE\VC\VCTargets\Microsoft.CppCommon.ta= rgets(209,5): > > > error MSB6006: "cmd.exe" exited with code -1073741502. > > > Done building target "CustomBuild" in project > > > "wx_custom_build.vcxproj" -- FAILED. > > > > > > Done building project "wx_custom_build.vcxproj" -- FAILED. > > > > > > Build FAILED. > > > > > > C:\Program Files (x86)\Microsoft Visual > > > > Studio\2017\Community\Common7\IDE\VC\VCTargets\Microsoft.CppCommon.ta= rgets(209,5): > > > error MSB6006: "cmd.exe" exited with code -1073741502. > > >=C2=A0 =C2=A0 =C2=A00 Warning(s) > > >=C2=A0 =C2=A0 =C2=A01 Error(s) > > > > > > Time Elapsed 00:00:03.32 > > > ------ Build started: Project: _custom_build, Configuration: > DLL Debug > > > x64 ------ > > > Build started 7/7/2026 10:51:19 PM. > > > Target InitializeBuildStatus: > > >=C2=A0 =C2=A0Touching > "vc_x64_mswuddll\_custom_build\_custom_build.tlog\unsuccessfulbuild". > > > Target CustomBuild: > > >=C2=A0 =C2=A0C:\Program Files (x86)\Microsoft Visual > > > > Studio\2017\Community\Common7\IDE\VC\VCTargets\Microsoft.CppCommon.ta= rgets(209,5): > > > error MSB6006: "cmd.exe" exited with code -1073741502. > > > Done building target "CustomBuild" in project > > > "wx_custom_build.vcxproj" -- FAILED. > > > > > > Done building project "wx_custom_build.vcxproj" -- FAILED. > > > > > > Build FAILED. > > > > > > C:\Program Files (x86)\Microsoft Visual > > > > Studio\2017\Community\Common7\IDE\VC\VCTargets\Microsoft.CppCommon.ta= rgets(209,5): > > > error MSB6006: "cmd.exe" exited with code -1073741502. > > >=C2=A0 =C2=A0 =C2=A00 Warning(s) > > >=C2=A0 =C2=A0 =C2=A01 Error(s) > > > > > > Time Elapsed 00:00:03.01 > > > ------ Build started: Project: _custom_build, Configuration: > DLL Debug > > > Win32 ------ > > > Build started 7/7/2026 10:51:22 PM. > > > Target InitializeBuildStatus: > > >=C2=A0 =C2=A0Touching > "vc_mswuddll\_custom_build\_custom_build.tlog\unsuccessfulbuild". > > > Target CustomBuild: > > >=C2=A0 =C2=A0C:\Program Files (x86)\Microsoft Visual > > > > Studio\2017\Community\Common7\IDE\VC\VCTargets\Microsoft.CppCommon.ta= rgets(209,5): > > > error MSB6006: "cmd.exe" exited with code -1073741502. > > > Done building target "CustomBuild" in project > > > "wx_custom_build.vcxproj" -- FAILED. > > > > > > Done building project "wx_custom_build.vcxproj" -- FAILED. > > > > > > Build FAILED. > > > > > > C:\Program Files (x86)\Microsoft Visual > > > > Studio\2017\Community\Common7\IDE\VC\VCTargets\Microsoft.CppCommon.ta= rgets(209,5): > > > error MSB6006: "cmd.exe" exited with code -1073741502. > > >=C2=A0 =C2=A0 =C2=A00 Warning(s) > > >=C2=A0 =C2=A0 =C2=A01 Error(s) > > > > > > Time Elapsed 00:00:03.15 > > > ------ Build started: Project: wxregex, Configuration: DLL > Release x64 ------ > > > Build started 7/7/2026 10:51:26 PM. > > > Target InitializeBuildStatus: > > >=C2=A0 =C2=A0Touching > "vc_x64_mswudll\wxregex\wxregex.tlog\unsuccessfulbuild". > > > Target ClCompile: > > >=C2=A0 =C2=A0pcre2_auto_possess.c > > >=C2=A0 =C2=A0pcre2_chartables.c > > >=C2=A0 =C2=A0c:\wxwidgets\include\wx\platform.h(154): fatal error = C1083: > Cannot > > > open include file: 'wx/setup.h': No such file or directory > (compiling > > > source file ..\..\3rdparty\pcre\src\pcre2_auto_possess.c) > > >=C2=A0 =C2=A0c:\wxwidgets\include\wx\platform.h(154): fatal error = C1083: > Cannot > > > open include file: 'wx/setup.h': No such file or directory > (compiling > > > source file ..\..\3rdparty\pcre\src\pcre2_chartables.c) > > >=C2=A0 =C2=A0pcre2_chkdint.c > > >=C2=A0 =C2=A0c:\wxwidgets\include\wx\platform.h(154): fatal error = C1083: > Cannot > > > open include file: 'wx/setup.h': No such file or directory > (compiling > > > source file ..\..\3rdparty\pcre\src\pcre2_chkdint.c) > > >=C2=A0 =C2=A0pcre2_compile.c > > >=C2=A0 =C2=A0pcre2_compile_cgroup.c > > >=C2=A0 =C2=A0c:\wxwidgets\include\wx\platform.h(154): fatal error = C1083: > Cannot > > > open include file: 'wx/setup.h': No such file or directory > (compiling > > > source file ..\..\3rdparty\pcre\src\pcre2_compile.c) > > >=C2=A0 =C2=A0pcre2_compile_class.c > > >=C2=A0 =C2=A0c:\wxwidgets\include\wx\platform.h(154): fatal error = C1083: > Cannot > > > open include file: 'wx/setup.h': No such file or directory > (compiling > > > source file ..\..\3rdparty\pcre\src\pcre2_compile_class.c) > > >=C2=A0 =C2=A0pcre2_config.c > > >=C2=A0 =C2=A0c:\wxwidgets\include\wx\platform.h(154): fatal error = C1083: > Cannot > > > open include file: 'wx/setup.h': No such file or directory > (compiling > > > source file ..\..\3rdparty\pcre\src\pcre2_compile_cgroup.c) > > >=C2=A0 =C2=A0c:\wxwidgets\include\wx\platform.h(154): fatal error = C1083: > Cannot > > > open include file: 'wx/setup.h': No such file or directory > (compiling > > > source file ..\..\3rdparty\pcre\src\pcre2_config.c) > > >=C2=A0 =C2=A0pcre2_context.c > > >=C2=A0 =C2=A0pcre2_convert.c > > >=C2=A0 =C2=A0c:\wxwidgets\include\wx\platform.h(154): fatal error = C1083: > Cannot > > > open include file: 'wx/setup.h': No such file or directory > (compiling > > > source file ..\..\3rdparty\pcre\src\pcre2_context.c) > > >=C2=A0 =C2=A0pcre2_dfa_match.c > > >=C2=A0 =C2=A0c:\wxwidgets\include\wx\platform.h(154): fatal error = C1083: > Cannot > > > open include file: 'wx/setup.h': No such file or directory > (compiling > > > source file ..\..\3rdparty\pcre\src\pcre2_dfa_match.c) > > >=C2=A0 =C2=A0pcre2_error.c > > >=C2=A0 =C2=A0c:\wxwidgets\include\wx\platform.h(154): fatal error = C1083: > Cannot > > > open include file: 'wx/setup.h': No such file or directory > (compiling > > > source file ..\..\3rdparty\pcre\src\pcre2_error.c) > > >=C2=A0 =C2=A0c:\wxwidgets\include\wx\platform.h(154): fatal error = C1083: > Cannot > > > open include file: 'wx/setup.h': No such file or directory > (compiling > > > source file ..\..\3rdparty\pcre\src\pcre2_convert.c) > > >=C2=A0 =C2=A0pcre2_extuni.c > > >=C2=A0 =C2=A0c:\wxwidgets\include\wx\platform.h(154): fatal error = C1083: > Cannot > > > open include file: 'wx/setup.h': No such file or directory > (compiling > > > source file ..\..\3rdparty\pcre\src\pcre2_extuni.c) > > >=C2=A0 =C2=A0pcre2_find_bracket.c > > >=C2=A0 =C2=A0c:\wxwidgets\include\wx\platform.h(154): fatal error = C1083: > Cannot > > > open include file: 'wx/setup.h': No such file or directory > (compiling > > > source file ..\..\3rdparty\pcre\src\pcre2_find_bracket.c) > > >=C2=A0 =C2=A0pcre2_jit_compile.c > > >=C2=A0 =C2=A0pcre2_maketables.c > > >=C2=A0 =C2=A0c:\wxwidgets\include\wx\platform.h(154): fatal error = C1083: > Cannot > > > open include file: 'wx/setup.h': No such file or directory > (compiling > > > source file ..\..\3rdparty\pcre\src\pcre2_maketables.c) > > >=C2=A0 =C2=A0pcre2_match.c > > >=C2=A0 =C2=A0c:\wxwidgets\include\wx\platform.h(154): fatal error = C1083: > Cannot > > > open include file: 'wx/setup.h': No such file or directory > (compiling > > > source file ..\..\3rdparty\pcre\src\pcre2_jit_compile.c) > > >=C2=A0 =C2=A0pcre2_match_data.c > > >=C2=A0 =C2=A0c:\wxwidgets\include\wx\platform.h(154): fatal error = C1083: > Cannot > > > open include file: 'wx/setup.h': No such file or directory > (compiling > > > source file ..\..\3rdparty\pcre\src\pcre2_match_data.c) > > >=C2=A0 =C2=A0pcre2_match_next.c > > >=C2=A0 =C2=A0c:\wxwidgets\include\wx\platform.h(154): fatal error = C1083: > Cannot > > > open include file: 'wx/setup.h': No such file or directory > (compiling > > > source file ..\..\3rdparty\pcre\src\pcre2_match.c) > > >=C2=A0 =C2=A0pcre2_newline.c > > >=C2=A0 =C2=A0c:\wxwidgets\include\wx\platform.h(154): fatal error = C1083: > Cannot > > > open include file: 'wx/setup.h': No such file or directory > (compiling > > > source file ..\..\3rdparty\pcre\src\pcre2_newline.c) > > >=C2=A0 =C2=A0c:\wxwidgets\include\wx\platform.h(154): fatal error = C1083: > Cannot > > > open include file: 'wx/setup.h': No such file or directory > (compiling > > > source file ..\..\3rdparty\pcre\src\pcre2_match_next.c) > > >=C2=A0 =C2=A0pcre2_ord2utf.c > > >=C2=A0 =C2=A0c:\wxwidgets\include\wx\platform.h(154): fatal error = C1083: > Cannot > > > open include file: 'wx/setup.h': No such file or directory > (compiling > > > source file ..\..\3rdparty\pcre\src\pcre2_ord2utf.c) > > >=C2=A0 =C2=A0pcre2_pattern_info.c > > >=C2=A0 =C2=A0pcre2_script_run.c > > >=C2=A0 =C2=A0c:\wxwidgets\include\wx\platform.h(154): fatal error = C1083: > Cannot > > > open include file: 'wx/setup.h': No such file or directory > (compiling > > > source file ..\..\3rdparty\pcre\src\pcre2_script_run.c) > > >=C2=A0 =C2=A0pcre2_serialize.c > > >=C2=A0 =C2=A0c:\wxwidgets\include\wx\platform.h(154): fatal error = C1083: > Cannot > > > open include file: 'wx/setup.h': No such file or directory > (compiling > > > source file ..\..\3rdparty\pcre\src\pcre2_serialize.c) > > >=C2=A0 =C2=A0pcre2_string_utils.c > > >=C2=A0 =C2=A0c:\wxwidgets\include\wx\platform.h(154): fatal error = C1083: > Cannot > > > open include file: 'wx/setup.h': No such file or directory > (compiling > > > source file ..\..\3rdparty\pcre\src\pcre2_pattern_info.c) > > >=C2=A0 =C2=A0pcre2_study.c > > >=C2=A0 =C2=A0c:\wxwidgets\include\wx\platform.h(154): fatal error = C1083: > Cannot > > > open include file: 'wx/setup.h': No such file or directory > (compiling > > > source file ..\..\3rdparty\pcre\src\pcre2_study.c) > > >=C2=A0 =C2=A0pcre2_substitute.c > > >=C2=A0 =C2=A0c:\wxwidgets\include\wx\platform.h(154): fatal error = C1083: > Cannot > > > open include file: 'wx/setup.h': No such file or directory > (compiling > > > source file ..\..\3rdparty\pcre\src\pcre2_substitute.c) > > >=C2=A0 =C2=A0c:\wxwidgets\include\wx\platform.h(154): fatal error = C1083: > Cannot > > > open include file: 'wx/setup.h': No such file or directory > (compiling > > > source file ..\..\3rdparty\pcre\src\pcre2_string_utils.c) > > >=C2=A0 =C2=A0pcre2_substring.c > > >=C2=A0 =C2=A0pcre2_tables.c > > >=C2=A0 =C2=A0c:\wxwidgets\include\wx\platform.h(154): fatal error = C1083: > Cannot > > > open include file: 'wx/setup.h': No such file or directory > (compiling > > > source file ..\..\3rdparty\pcre\src\pcre2_tables.c) > > >=C2=A0 =C2=A0pcre2_ucd.c > > >=C2=A0 =C2=A0c:\wxwidgets\include\wx\platform.h(154): fatal error = C1083: > Cannot > > > open include file: 'wx/setup.h': No such file or directory > (compiling > > > source file ..\..\3rdparty\pcre\src\pcre2_ucd.c) > > >=C2=A0 =C2=A0pcre2_valid_utf.c > > >=C2=A0 =C2=A0c:\wxwidgets\include\wx\platform.h(154): fatal error = C1083: > Cannot > > > open include file: 'wx/setup.h': No such file or directory > (compiling > > > source file ..\..\3rdparty\pcre\src\pcre2_substring.c) > > >=C2=A0 =C2=A0pcre2_xclass.c > > >=C2=A0 =C2=A0c:\wxwidgets\include\wx\platform.h(154): fatal error = C1083: > Cannot > > > open include file: 'wx/setup.h': No such file or directory > (compiling > > > source file ..\..\3rdparty\pcre\src\pcre2_xclass.c) > > >=C2=A0 =C2=A0c:\wxwidgets\include\wx\platform.h(154): fatal error = C1083: > Cannot > > > open include file: 'wx/setup.h': No such file or directory > (compiling > > > source file ..\..\3rdparty\pcre\src\pcre2_valid_utf.c) > > > Done building target "ClCompile" in project > "wx_wxregex.vcxproj" -- FAILED. > > > > > > Done building project "wx_wxregex.vcxproj" -- FAILED. > > > > > > Build FAILED. > > > > > > c:\wxwidgets\include\wx\platform.h(154): fatal error C1083: Canno= t > > > open include file: 'wx/setup.h': No such file or directory > (compiling > > > source file ..\..\3rdparty\pcre\src\pcre2_auto_possess.c) > > > c:\wxwidgets\include\wx\platform.h(154): fatal error C1083: Canno= t > > > open include file: 'wx/setup.h': No such file or directory > (compiling > > > source file ..\..\3rdparty\pcre\src\pcre2_chartables.c) > > > c:\wxwidgets\include\wx\platform.h(154): fatal error C1083: Canno= t > > > open include file: 'wx/setup.h': No such file or directory > (compiling > > > source file ..\..\3rdparty\pcre\src\pcre2_chkdint.c) > > > c:\wxwidgets\include\wx\platform.h(154): fatal error C1083: Canno= t > > > open include file: 'wx/setup.h': No such file or directory > (compiling > > > source file ..\..\3rdparty\pcre\src\pcre2_compile.c) > > > c:\wxwidgets\include\wx\platform.h(154): fatal error C1083: Canno= t > > > open include file: 'wx/setup.h': No such file or directory > (compiling > > > source file ..\..\3rdparty\pcre\src\pcre2_compile_class.c) > > > c:\wxwidgets\include\wx\platform.h(154): fatal error C1083: Canno= t > > > open include file: 'wx/setup.h': No such file or directory > (compiling > > > source file ..\..\3rdparty\pcre\src\pcre2_compile_cgroup.c) > > > c:\wxwidgets\include\wx\platform.h(154): fatal error C1083: Canno= t > > > open include file: 'wx/setup.h': No such file or directory > (compiling > > > source file ..\..\3rdparty\pcre\src\pcre2_config.c) > > > c:\wxwidgets\include\wx\platform.h(154): fatal error C1083: Canno= t > > > open include file: 'wx/setup.h': No such file or directory > (compiling > > > source file ..\..\3rdparty\pcre\src\pcre2_context.c) > > > c:\wxwidgets\include\wx\platform.h(154): fatal error C1083: Canno= t > > > open include file: 'wx/setup.h': No such file or directory > (compiling > > > source file ..\..\3rdparty\pcre\src\pcre2_dfa_match.c) > > > c:\wxwidgets\include\wx\platform.h(154): fatal error C1083: Canno= t > > > open include file: 'wx/setup.h': No such file or directory > (compiling > > > source file ..\..\3rdparty\pcre\src\pcre2_error.c) > > > c:\wxwidgets\include\wx\platform.h(154): fatal error C1083: Canno= t > > > open include file: 'wx/setup.h': No such file or directory > (compiling > > > source file ..\..\3rdparty\pcre\src\pcre2_convert.c) > > > c:\wxwidgets\include\wx\platform.h(154): fatal error C1083: Canno= t > > > open include file: 'wx/setup.h': No such file or directory > (compiling > > > source file ..\..\3rdparty\pcre\src\pcre2_extuni.c) > > > c:\wxwidgets\include\wx\platform.h(154): fatal error C1083: Canno= t > > > open include file: 'wx/setup.h': No such file or directory > (compiling > > > source file ..\..\3rdparty\pcre\src\pcre2_find_bracket.c) > > > c:\wxwidgets\include\wx\platform.h(154): fatal error C1083: Canno= t > > > open include file: 'wx/setup.h': No such file or directory > (compiling > > > source file ..\..\3rdparty\pcre\src\pcre2_maketables.c) > > > c:\wxwidgets\include\wx\platform.h(154): fatal error C1083: Canno= t > > > open include file: 'wx/setup.h': No such file or directory > (compiling > > > source file ..\..\3rdparty\pcre\src\pcre2_jit_compile.c) > > > c:\wxwidgets\include\wx\platform.h(154): fatal error C1083: Canno= t > > > open include file: 'wx/setup.h': No such file or directory > (compiling > > > source file ..\..\3rdparty\pcre\src\pcre2_match_data.c) > > > c:\wxwidgets\include\wx\platform.h(154): fatal error C1083: Canno= t > > > open include file: 'wx/setup.h': No such file or directory > (compiling > > > source file ..\..\3rdparty\pcre\src\pcre2_match.c) > > > c:\wxwidgets\include\wx\platform.h(154): fatal error C1083: Canno= t > > > open include file: 'wx/setup.h': No such file or directory > (compiling > > > source file ..\..\3rdparty\pcre\src\pcre2_newline.c) > > > c:\wxwidgets\include\wx\platform.h(154): fatal error C1083: Canno= t > > > open include file: 'wx/setup.h': No such file or directory > (compiling > > > source file ..\..\3rdparty\pcre\src\pcre2_match_next.c) > > > c:\wxwidgets\include\wx\platform.h(154): fatal error C1083: Canno= t > > > open include file: 'wx/setup.h': No such file or directory > (compiling > > > source file ..\..\3rdparty\pcre\src\pcre2_ord2utf.c) > > > c:\wxwidgets\include\wx\platform.h(154): fatal error C1083: Canno= t > > > open include file: 'wx/setup.h': No such file or directory > (compiling > > > source file ..\..\3rdparty\pcre\src\pcre2_script_run.c) > > > c:\wxwidgets\include\wx\platform.h(154): fatal error C1083: Canno= t > > > open include file: 'wx/setup.h': No such file or directory > (compiling > > > source file ..\..\3rdparty\pcre\src\pcre2_serialize.c) > > > c:\wxwidgets\include\wx\platform.h(154): fatal error C1083: Canno= t > > > open include file: 'wx/setup.h': No such file or directory > (compiling > > > source file ..\..\3rdparty\pcre\src\pcre2_pattern_info.c) > > > c:\wxwidgets\include\wx\platform.h(154): fatal error C1083: Canno= t > > > open include file: 'wx/setup.h': No such file or directory > (compiling > > > source file ..\..\3rdparty\pcre\src\pcre2_study.c) > > > c:\wxwidgets\include\wx\platform.h(154): fatal error C1083: Canno= t > > > open include file: 'wx/setup.h': No such file or directory > (compiling > > > source file ..\..\3rdparty\pcre\src\pcre2_substitute.c) > > > c:\wxwidgets\include\wx\platform.h(154): fatal error C1083: Canno= t > > > open include file: 'wx/setup.h': No such file or directory > (compiling > > > source file ..\..\3rdparty\pcre\src\pcre2_string_utils.c) > > > c:\wxwidgets\include\wx\platform.h(154): fatal error C1083: Canno= t > > > open include file: 'wx/setup.h': No such file or directory > (compiling > > > source file ..\..\3rdparty\pcre\src\pcre2_tables.c) > > > c:\wxwidgets\include\wx\platform.h(154): fatal error C1083: Canno= t > > > open include file: 'wx/setup.h': No such file or directory > (compiling > > > source file ..\..\3rdparty\pcre\src\pcre2_ucd.c) > > > c:\wxwidgets\include\wx\platform.h(154): fatal error C1083: Canno= t > > > open include file: 'wx/setup.h': No such file or directory > (compiling > > > source file ..\..\3rdparty\pcre\src\pcre2_substring.c) > > > c:\wxwidgets\include\wx\platform.h(154): fatal error C1083: Canno= t > > > open include file: 'wx/setup.h': No such file or directory > (compiling > > > source file ..\..\3rdparty\pcre\src\pcre2_xclass.c) > > > c:\wxwidgets\include\wx\platform.h(154): fatal error C1083: Canno= t > > > open include file: 'wx/setup.h': No such file or directory > (compiling > > > source file ..\..\3rdparty\pcre\src\pcre2_valid_utf.c) > > >=C2=A0 =C2=A0 =C2=A00 Warning(s) > > >=C2=A0 =C2=A0 =C2=A031 Error(s) > > > > > > Time Elapsed 00:00:07.90 > > > ------ Build started: Project: wxregex, Configuration: DLL > Release Win32 ------ > > > Build started 7/7/2026 10:51:34 PM. > > > Target InitializeBuildStatus: > > >=C2=A0 =C2=A0Touching "vc_mswudll\wxregex\wxregex.tlog\unsuccessfu= lbuild". > > > Target ClCompile: > > >=C2=A0 =C2=A0pcre2_auto_possess.c > > >=C2=A0 =C2=A0c:\wxwidgets\include\wx\platform.h(154): fatal error = C1083: > Cannot > > > open include file: 'wx/setup.h': No such file or directory > (compiling > > > source file ..\..\3rdparty\pcre\src\pcre2_auto_possess.c) > > >=C2=A0 =C2=A0pcre2_chartables.c > > >=C2=A0 =C2=A0pcre2_chkdint.c > > >=C2=A0 =C2=A0c:\wxwidgets\include\wx\platform.h(154): fatal error = C1083: > Cannot > > > open include file: 'wx/setup.h': No such file or directory > (compiling > > > source file ..\..\3rdparty\pcre\src\pcre2_chartables.c) > > >=C2=A0 =C2=A0pcre2_compile.c > > >=C2=A0 =C2=A0c:\wxwidgets\include\wx\platform.h(154): fatal error = C1083: > Cannot > > > open include file: 'wx/setup.h': No such file or directory > (compiling > > > source file ..\..\3rdparty\pcre\src\pcre2_chkdint.c) > > >=C2=A0 =C2=A0pcre2_compile_cgroup.c > > >=C2=A0 =C2=A0c:\wxwidgets\include\wx\platform.h(154): fatal error = C1083: > Cannot > > > open include file: 'wx/setup.h': No such file or directory > (compiling > > > source file ..\..\3rdparty\pcre\src\pcre2_compile.c) > > >=C2=A0 =C2=A0pcre2_compile_class.c > > >=C2=A0 =C2=A0c:\wxwidgets\include\wx\platform.h(154): fatal error = C1083: > Cannot > > > open include file: 'wx/setup.h': No such file or directory > (compiling > > > source file ..\..\3rdparty\pcre\src\pcre2_compile_cgroup.c) > > >=C2=A0 =C2=A0pcre2_config.c > > >=C2=A0 =C2=A0c:\wxwidgets\include\wx\platform.h(154): fatal error = C1083: > Cannot > > > open include file: 'wx/setup.h': No such file or directory > (compiling > > > source file ..\..\3rdparty\pcre\src\pcre2_compile_class.c) > > >=C2=A0 =C2=A0pcre2_context.c > > >=C2=A0 =C2=A0c:\wxwidgets\include\wx\platform.h(154): fatal error = C1083: > Cannot > > > open include file: 'wx/setup.h': No such file or directory > (compiling > > > source file ..\..\3rdparty\pcre\src\pcre2_config.c) > > >=C2=A0 =C2=A0c:\wxwidgets\include\wx\platform.h(154): fatal error = C1083: > Cannot > > > open include file: 'wx/setup.h': No such file or directory > (compiling > > > source file ..\..\3rdparty\pcre\src\pcre2_context.c) > > >=C2=A0 =C2=A0pcre2_convert.c > > >=C2=A0 =C2=A0pcre2_dfa_match.c > > >=C2=A0 =C2=A0c:\wxwidgets\include\wx\platform.h(154): fatal error = C1083: > Cannot > > > open include file: 'wx/setup.h': No such file or directory > (compiling > > > source file ..\..\3rdparty\pcre\src\pcre2_convert.c) > > >=C2=A0 =C2=A0pcre2_error.c > > >=C2=A0 =C2=A0c:\wxwidgets\include\wx\platform.h(154): fatal error = C1083: > Cannot > > > open include file: 'wx/setup.h': No such file or directory > (compiling > > > source file ..\..\3rdparty\pcre\src\pcre2_dfa_match.c) > > >=C2=A0 =C2=A0pcre2_extuni.c > > >=C2=A0 =C2=A0c:\wxwidgets\include\wx\platform.h(154): fatal error = C1083: > Cannot > > > open include file: 'wx/setup.h': No such file or directory > (compiling > > > source file ..\..\3rdparty\pcre\src\pcre2_error.c) > > >=C2=A0 =C2=A0pcre2_find_bracket.c > > >=C2=A0 =C2=A0c:\wxwidgets\include\wx\platform.h(154): fatal error = C1083: > Cannot > > > open include file: 'wx/setup.h': No such file or directory > (compiling > > > source file ..\..\3rdparty\pcre\src\pcre2_extuni.c) > > >=C2=A0 =C2=A0pcre2_jit_compile.c > > >=C2=A0 =C2=A0c:\wxwidgets\include\wx\platform.h(154): fatal error = C1083: > Cannot > > > open include file: 'wx/setup.h': No such file or directory > (compiling > > > source file ..\..\3rdparty\pcre\src\pcre2_find_bracket.c) > > >=C2=A0 =C2=A0pcre2_maketables.c > > >=C2=A0 =C2=A0c:\wxwidgets\include\wx\platform.h(154): fatal error = C1083: > Cannot > > > open include file: 'wx/setup.h': No such file or directory > (compiling > > > source file ..\..\3rdparty\pcre\src\pcre2_jit_compile.c) > > >=C2=A0 =C2=A0pcre2_match.c > > >=C2=A0 =C2=A0c:\wxwidgets\include\wx\platform.h(154): fatal error = C1083: > Cannot > > > open include file: 'wx/setup.h': No such file or directory > (compiling > > > source file ..\..\3rdparty\pcre\src\pcre2_maketables.c) > > >=C2=A0 =C2=A0pcre2_match_data.c > > >=C2=A0 =C2=A0c:\wxwidgets\include\wx\platform.h(154): fatal error = C1083: > Cannot > > > open include file: 'wx/setup.h': No such file or directory > (compiling > > > source file ..\..\3rdparty\pcre\src\pcre2_match.c) > > >=C2=A0 =C2=A0pcre2_match_next.c > > >=C2=A0 =C2=A0c:\wxwidgets\include\wx\platform.h(154): fatal error = C1083: > Cannot > > > open include file: 'wx/setup.h': No such file or directory > (compiling > > > source file ..\..\3rdparty\pcre\src\pcre2_match_data.c) > > >=C2=A0 =C2=A0pcre2_newline.c > > >=C2=A0 =C2=A0c:\wxwidgets\include\wx\platform.h(154): fatal error = C1083: > Cannot > > > open include file: 'wx/setup.h': No such file or directory > (compiling > > > source file ..\..\3rdparty\pcre\src\pcre2_match_next.c) > > >=C2=A0 =C2=A0pcre2_ord2utf.c > > >=C2=A0 =C2=A0c:\wxwidgets\include\wx\platform.h(154): fatal error = C1083: > Cannot > > > open include file: 'wx/setup.h': No such file or directory > (compiling > > > source file ..\..\3rdparty\pcre\src\pcre2_newline.c) > > >=C2=A0 =C2=A0pcre2_pattern_info.c > > >=C2=A0 =C2=A0c:\wxwidgets\include\wx\platform.h(154): fatal error = C1083: > Cannot > > > open include file: 'wx/setup.h': No such file or directory > (compiling > > > source file ..\..\3rdparty\pcre\src\pcre2_ord2utf.c) > > >=C2=A0 =C2=A0pcre2_script_run.c > > >=C2=A0 =C2=A0c:\wxwidgets\include\wx\platform.h(154): fatal error = C1083: > Cannot > > > open include file: 'wx/setup.h': No such file or directory > (compiling > > > source file ..\..\3rdparty\pcre\src\pcre2_pattern_info.c) > > >=C2=A0 =C2=A0pcre2_serialize.c > > >=C2=A0 =C2=A0c:\wxwidgets\include\wx\platform.h(154): fatal error = C1083: > Cannot > > > open include file: 'wx/setup.h': No such file or directory > (compiling > > > source file ..\..\3rdparty\pcre\src\pcre2_script_run.c) > > >=C2=A0 =C2=A0pcre2_string_utils.c > > >=C2=A0 =C2=A0c:\wxwidgets\include\wx\platform.h(154): fatal error = C1083: > Cannot > > > open include file: 'wx/setup.h': No such file or directory > (compiling > > > source file ..\..\3rdparty\pcre\src\pcre2_serialize.c) > > >=C2=A0 =C2=A0pcre2_study.c > > >=C2=A0 =C2=A0c:\wxwidgets\include\wx\platform.h(154): fatal error = C1083: > Cannot > > > open include file: 'wx/setup.h': No such file or directory > (compiling > > > source file ..\..\3rdparty\pcre\src\pcre2_string_utils.c) > > >=C2=A0 =C2=A0pcre2_substitute.c > > >=C2=A0 =C2=A0c:\wxwidgets\include\wx\platform.h(154): fatal error = C1083: > Cannot > > > open include file: 'wx/setup.h': No such file or directory > (compiling > > > source file ..\..\3rdparty\pcre\src\pcre2_study.c) > > >=C2=A0 =C2=A0pcre2_substring.c > > >=C2=A0 =C2=A0c:\wxwidgets\include\wx\platform.h(154): fatal error = C1083: > Cannot > > > open include file: 'wx/setup.h': No such file or directory > (compiling > > > source file ..\..\3rdparty\pcre\src\pcre2_substitute.c) > > >=C2=A0 =C2=A0pcre2_tables.c > > >=C2=A0 =C2=A0c:\wxwidgets\include\wx\platform.h(154): fatal error = C1083: > Cannot > > > open include file: 'wx/setup.h': No such file or directory > (compiling > > > source file ..\..\3rdparty\pcre\src\pcre2_substring.c) > > >=C2=A0 =C2=A0c:\wxwidgets\include\wx\platform.h(154): fatal error = C1083: > Cannot > > > open include file: 'wx/setup.h': No such file or directory > (compiling > > > source file ..\..\3rdparty\pcre\src\pcre2_tables.c) > > >=C2=A0 =C2=A0pcre2_ucd.c > > >=C2=A0 =C2=A0pcre2_valid_utf.c > > >=C2=A0 =C2=A0c:\wxwidgets\include\wx\platform.h(154): fatal error = C1083: > Cannot > > > open include file: 'wx/setup.h': No such file or directory > (compiling > > > source file ..\..\3rdparty\pcre\src\pcre2_valid_utf.c) > > >=C2=A0 =C2=A0pcre2_xclass.c > > >=C2=A0 =C2=A0c:\wxwidgets\include\wx\platform.h(154): fatal error = C1083: > Cannot > > > open include file: 'wx/setup.h': No such file or directory > (compiling > > > source file ..\..\3rdparty\pcre\src\pcre2_xclass.c) > > >=C2=A0 =C2=A0c:\wxwidgets\include\wx\platform.h(154): fatal error = C1083: > Cannot > > > open include file: 'wx/setup.h': No such file or directory > (compiling > > > source file ..\..\3rdparty\pcre\src\pcre2_ucd.c) > > > Done building target "ClCompile" in project > "wx_wxregex.vcxproj" -- FAILED. > > > > > > Done building project "wx_wxregex.vcxproj" -- FAILED. > > > > > > Build FAILED. > > > > > > c:\wxwidgets\include\wx\platform.h(154): fatal error C1083: Canno= t > > > open include file: 'wx/setup.h': No such file or directory > (compiling > > > source file ..\..\3rdparty\pcre\src\pcre2_auto_possess.c) > > > c:\wxwidgets\include\wx\platform.h(154): fatal error C1083: Canno= t > > > open include file: 'wx/setup.h': No such file or directory > (compiling > > > source file ..\..\3rdparty\pcre\src\pcre2_chartables.c) > > > c:\wxwidgets\include\wx\platform.h(154): fatal error C1083: Canno= t > > > open include file: 'wx/setup.h': No such file or directory > (compiling > > > source file ..\..\3rdparty\pcre\src\pcre2_chkdint.c) > > > c:\wxwidgets\include\wx\platform.h(154): fatal error C1083: Canno= t > > > open include file: 'wx/setup.h': No such file or directory > (compiling > > > source file ..\..\3rdparty\pcre\src\pcre2_compile.c) > > > c:\wxwidgets\include\wx\platform.h(154): fatal error C1083: Canno= t > > > open include file: 'wx/setup.h': No such file or directory > (compiling > > > source file ..\..\3rdparty\pcre\src\pcre2_compile_cgroup.c) > > > c:\wxwidgets\include\wx\platform.h(154): fatal error C1083: Canno= t > > > open include file: 'wx/setup.h': No such file or directory > (compiling > > > source file ..\..\3rdparty\pcre\src\pcre2_compile_class.c) > > > c:\wxwidgets\include\wx\platform.h(154): fatal error C1083: Canno= t > > > open include file: 'wx/setup.h': No such file or directory > (compiling > > > source file ..\..\3rdparty\pcre\src\pcre2_config.c) > > > c:\wxwidgets\include\wx\platform.h(154): fatal error C1083: Canno= t > > > open include file: 'wx/setup.h': No such file or directory > (compiling > > > source file ..\..\3rdparty\pcre\src\pcre2_context.c) > > > c:\wxwidgets\include\wx\platform.h(154): fatal error C1083: Canno= t > > > open include file: 'wx/setup.h': No such file or directory > (compiling > > > source file ..\..\3rdparty\pcre\src\pcre2_convert.c) > > > c:\wxwidgets\include\wx\platform.h(154): fatal error C1083: Canno= t > > > open include file: 'wx/setup.h': No such file or directory > (compiling > > > source file ..\..\3rdparty\pcre\src\pcre2_dfa_match.c) > > > c:\wxwidgets\include\wx\platform.h(154): fatal error C1083: Canno= t > > > open include file: 'wx/setup.h': No such file or directory > (compiling > > > source file ..\..\3rdparty\pcre\src\pcre2_error.c) > > > c:\wxwidgets\include\wx\platform.h(154): fatal error C1083: Canno= t > > > open include file: 'wx/setup.h': No such file or directory > (compiling > > > source file ..\..\3rdparty\pcre\src\pcre2_extuni.c) > > > c:\wxwidgets\include\wx\platform.h(154): fatal error C1083: Canno= t > > > open include file: 'wx/setup.h': No such file or directory > (compiling > > > source file ..\..\3rdparty\pcre\src\pcre2_find_bracket.c) > > > c:\wxwidgets\include\wx\platform.h(154): fatal error C1083: Canno= t > > > open include file: 'wx/setup.h': No such file or directory > (compiling > > > source file ..\..\3rdparty\pcre\src\pcre2_jit_compile.c) > > > c:\wxwidgets\include\wx\platform.h(154): fatal error C1083: Canno= t > > > open include file: 'wx/setup.h': No such file or directory > (compiling > > > source file ..\..\3rdparty\pcre\src\pcre2_maketables.c) > > > c:\wxwidgets\include\wx\platform.h(154): fatal error C1083: Canno= t > > > open include file: 'wx/setup.h': No such file or directory > (compiling > > > source file ..\..\3rdparty\pcre\src\pcre2_match.c) > > > c:\wxwidgets\include\wx\platform.h(154): fatal error C1083: Canno= t > > > open include file: 'wx/setup.h': No such file or directory > (compiling > > > source file ..\..\3rdparty\pcre\src\pcre2_match_data.c) > > > c:\wxwidgets\include\wx\platform.h(154): fatal error C1083: Canno= t > > > open include file: 'wx/setup.h': No such file or directory > (compiling > > > source file ..\..\3rdparty\pcre\src\pcre2_match_next.c) > > > c:\wxwidgets\include\wx\platform.h(154): fatal error C1083: Canno= t > > > open include file: 'wx/setup.h': No such file or directory > (compiling > > > source file ..\..\3rdparty\pcre\src\pcre2_newline.c) > > > c:\wxwidgets\include\wx\platform.h(154): fatal error C1083: Canno= t > > > open include file: 'wx/setup.h': No such file or directory > (compiling > > > source file ..\..\3rdparty\pcre\src\pcre2_ord2utf.c) > > > c:\wxwidgets\include\wx\platform.h(154): fatal error C1083: Canno= t > > > open include file: 'wx/setup.h': No such file or directory > (compiling > > > source file ..\..\3rdparty\pcre\src\pcre2_pattern_info.c) > > > c:\wxwidgets\include\wx\platform.h(154): fatal error C1083: Canno= t > > > open include file: 'wx/setup.h': No such file or directory > (compiling > > > source file ..\..\3rdparty\pcre\src\pcre2_script_run.c) > > > c:\wxwidgets\include\wx\platform.h(154): fatal error C1083: Canno= t > > > open include file: 'wx/setup.h': No such file or directory > (compiling > > > source file ..\..\3rdparty\pcre\src\pcre2_serialize.c) > > > c:\wxwidgets\include\wx\platform.h(154): fatal error C1083: Canno= t > > > open include file: 'wx/setup.h': No such file or directory > (compiling > > > source file ..\..\3rdparty\pcre\src\pcre2_string_utils.c) > > > c:\wxwidgets\include\wx\platform.h(154): fatal error C1083: Canno= t > > > open include file: 'wx/setup.h': No such file or directory > (compiling > > > source file ..\..\3rdparty\pcre\src\pcre2_study.c) > > > c:\wxwidgets\include\wx\platform.h(154): fatal error C1083: Canno= t > > > open include file: 'wx/setup.h': No such file or directory > (compiling > > > source file ..\..\3rdparty\pcre\src\pcre2_substitute.c) > > > c:\wxwidgets\include\wx\platform.h(154): fatal error C1083: Canno= t > > > open include file: 'wx/setup.h': No such file or directory > (compiling > > > source file ..\..\3rdparty\pcre\src\pcre2_substring.c) > > > c:\wxwidgets\include\wx\platform.h(154): fatal error C1083: Canno= t > > > open include file: 'wx/setup.h': No such file or directory > (compiling > > > source file ..\..\3rdparty\pcre\src\pcre2_tables.c) > > > c:\wxwidgets\include\wx\platform.h(154): fatal error C1083: Canno= t > > > open include file: 'wx/setup.h': No such file or directory > (compiling > > > source file ..\..\3rdparty\pcre\src\pcre2_valid_utf.c) > > > c:\wxwidgets\include\wx\platform.h(154): fatal error C1083: Canno= t > > > open include file: 'wx/setup.h': No such file or directory > (compiling > > > source file ..\..\3rdparty\pcre\src\pcre2_xclass.c) > > > c:\wxwidgets\include\wx\platform.h(154): fatal error C1083: Canno= t > > > open include file: 'wx/setup.h': No such file or directory > (compiling > > > source file ..\..\3rdparty\pcre\src\pcre2_ucd.c) > > >=C2=A0 =C2=A0 =C2=A00 Warning(s) > > >=C2=A0 =C2=A0 =C2=A031 Error(s) > > > > > > Time Elapsed 00:00:02.89 > > > ------ Build started: Project: wxregex, Configuration: DLL > Debug x64 ------ > > > Build started 7/7/2026 10:51:37 PM. > > > Target InitializeBuildStatus: > > >=C2=A0 =C2=A0Touching > "vc_x64_mswuddll\wxregex\wxregex.tlog\unsuccessfulbuild". > > > Target ClCompile: > > >=C2=A0 =C2=A0pcre2_auto_possess.c > > >=C2=A0 =C2=A0c:\wxwidgets\include\wx\platform.h(154): fatal error = C1083: > Cannot > > > open include file: 'wx/setup.h': No such file or directory > (compiling > > > source file ..\..\3rdparty\pcre\src\pcre2_auto_possess.c) > > >=C2=A0 =C2=A0pcre2_chartables.c > > >=C2=A0 =C2=A0c:\wxwidgets\include\wx\platform.h(154): fatal error = C1083: > Cannot > > > open include file: 'wx/setup.h': No such file or directory > (compiling > > > source file ..\..\3rdparty\pcre\src\pcre2_chartables.c) > > >=C2=A0 =C2=A0pcre2_chkdint.c > > >=C2=A0 =C2=A0pcre2_compile.c > > >=C2=A0 =C2=A0c:\wxwidgets\include\wx\platform.h(154): fatal error = C1083: > Cannot > > > open include file: 'wx/setup.h': No such file or directory > (compiling > > > source file ..\..\3rdparty\pcre\src\pcre2_chkdint.c) > > >=C2=A0 =C2=A0pcre2_compile_cgroup.c > > >=C2=A0 =C2=A0c:\wxwidgets\include\wx\platform.h(154): fatal error = C1083: > Cannot > > > open include file: 'wx/setup.h': No such file or directory > (compiling > > > source file ..\..\3rdparty\pcre\src\pcre2_compile.c) > > >=C2=A0 =C2=A0pcre2_compile_class.c > > >=C2=A0 =C2=A0c:\wxwidgets\include\wx\platform.h(154): fatal error = C1083: > Cannot > > > open include file: 'wx/setup.h': No such file or directory > (compiling > > > source file ..\..\3rdparty\pcre\src\pcre2_compile_class.c) > > >=C2=A0 =C2=A0pcre2_config.c > > >=C2=A0 =C2=A0c:\wxwidgets\include\wx\platform.h(154): fatal error = C1083: > Cannot > > > open include file: 'wx/setup.h': No such file or directory > (compiling > > > source file ..\..\3rdparty\pcre\src\pcre2_compile_cgroup.c) > > >=C2=A0 =C2=A0pcre2_context.c > > >=C2=A0 =C2=A0c:\wxwidgets\include\wx\platform.h(154): fatal error = C1083: > Cannot > > > open include file: 'wx/setup.h': No such file or directory > (compiling > > > source file ..\..\3rdparty\pcre\src\pcre2_config.c) > > >=C2=A0 =C2=A0pcre2_convert.c > > >=C2=A0 =C2=A0c:\wxwidgets\include\wx\platform.h(154): fatal error = C1083: > Cannot > > > open include file: 'wx/setup.h': No such file or directory > (compiling > > > source file ..\..\3rdparty\pcre\src\pcre2_convert.c) > > >=C2=A0 =C2=A0c:\wxwidgets\include\wx\platform.h(154): fatal error = C1083: > Cannot > > > open include file: 'wx/setup.h': No such file or directory > (compiling > > > source file ..\..\3rdparty\pcre\src\pcre2_context.c) > > >=C2=A0 =C2=A0pcre2_dfa_match.c > > >=C2=A0 =C2=A0c:\wxwidgets\include\wx\platform.h(154): fatal error = C1083: > Cannot > > > open include file: 'wx/setup.h': No such file or directory > (compiling > > > source file ..\..\3rdparty\pcre\src\pcre2_dfa_match.c) > > >=C2=A0 =C2=A0pcre2_error.c > > >=C2=A0 =C2=A0pcre2_extuni.c > > >=C2=A0 =C2=A0c:\wxwidgets\include\wx\platform.h(154): fatal error = C1083: > Cannot > > > open include file: 'wx/setup.h': No such file or directory > (compiling > > > source file ..\..\3rdparty\pcre\src\pcre2_error.c) > > >=C2=A0 =C2=A0pcre2_find_bracket.c > > >=C2=A0 =C2=A0c:\wxwidgets\include\wx\platform.h(154): fatal error = C1083: > Cannot > > > open include file: 'wx/setup.h': No such file or directory > (compiling > > > source file ..\..\3rdparty\pcre\src\pcre2_extuni.c) > > >=C2=A0 =C2=A0pcre2_jit_compile.c > > >=C2=A0 =C2=A0c:\wxwidgets\include\wx\platform.h(154): fatal error = C1083: > Cannot > > > open include file: 'wx/setup.h': No such file or directory > (compiling > > > source file ..\..\3rdparty\pcre\src\pcre2_find_bracket.c) > > >=C2=A0 =C2=A0c:\wxwidgets\include\wx\platform.h(154): fatal error = C1083: > Cannot > > > open include file: 'wx/setup.h': No such file or directory > (compiling > > > source file ..\..\3rdparty\pcre\src\pcre2_jit_compile.c) > > >=C2=A0 =C2=A0pcre2_maketables.c > > >=C2=A0 =C2=A0pcre2_match.c > > >=C2=A0 =C2=A0c:\wxwidgets\include\wx\platform.h(154): fatal error = C1083: > Cannot > > > open include file: 'wx/setup.h': No such file or directory > (compiling > > > source file ..\..\3rdparty\pcre\src\pcre2_match.c) > > >=C2=A0 =C2=A0c:\wxwidgets\include\wx\platform.h(154): fatal error = C1083: > Cannot > > > open include file: 'wx/setup.h': No such file or directory > (compiling > > > source file ..\..\3rdparty\pcre\src\pcre2_maketables.c) > > >=C2=A0 =C2=A0pcre2_match_data.c > > >=C2=A0 =C2=A0pcre2_match_next.c > > >=C2=A0 =C2=A0c:\wxwidgets\include\wx\platform.h(154): fatal error = C1083: > Cannot > > > open include file: 'wx/setup.h': No such file or directory > (compiling > > > source file ..\..\3rdparty\pcre\src\pcre2_match_data.c) > > >=C2=A0 =C2=A0pcre2_newline.c > > >=C2=A0 =C2=A0c:\wxwidgets\include\wx\platform.h(154): fatal error = C1083: > Cannot > > > open include file: 'wx/setup.h': No such file or directory > (compiling > > > source file ..\..\3rdparty\pcre\src\pcre2_match_next.c) > > >=C2=A0 =C2=A0c:\wxwidgets\include\wx\platform.h(154): fatal error = C1083: > Cannot > > > open include file: 'wx/setup.h': No such file or directory > (compiling > > > source file ..\..\3rdparty\pcre\src\pcre2_newline.c) > > >=C2=A0 =C2=A0pcre2_ord2utf.c > > >=C2=A0 =C2=A0pcre2_pattern_info.c > > >=C2=A0 =C2=A0c:\wxwidgets\include\wx\platform.h(154): fatal error = C1083: > Cannot > > > open include file: 'wx/setup.h': No such file or directory > (compiling > > > source file ..\..\3rdparty\pcre\src\pcre2_pattern_info.c) > > >=C2=A0 =C2=A0c:\wxwidgets\include\wx\platform.h(154): fatal error = C1083: > Cannot > > > open include file: 'wx/setup.h': No such file or directory > (compiling > > > source file ..\..\3rdparty\pcre\src\pcre2_ord2utf.c) > > >=C2=A0 =C2=A0pcre2_script_run.c > > >=C2=A0 =C2=A0pcre2_serialize.c > > >=C2=A0 =C2=A0c:\wxwidgets\include\wx\platform.h(154): fatal error = C1083: > Cannot > > > open include file: 'wx/setup.h': No such file or directory > (compiling > > > source file ..\..\3rdparty\pcre\src\pcre2_script_run.c) > > >=C2=A0 =C2=A0pcre2_string_utils.c > > >=C2=A0 =C2=A0c:\wxwidgets\include\wx\platform.h(154): fatal error = C1083: > Cannot > > > open include file: 'wx/setup.h': No such file or directory > (compiling > > > source file ..\..\3rdparty\pcre\src\pcre2_serialize.c) > > >=C2=A0 =C2=A0pcre2_study.c > > >=C2=A0 =C2=A0c:\wxwidgets\include\wx\platform.h(154): fatal error = C1083: > Cannot > > > open include file: 'wx/setup.h': No such file or directory > (compiling > > > source file ..\..\3rdparty\pcre\src\pcre2_string_utils.c) > > >=C2=A0 =C2=A0pcre2_substitute.c > > >=C2=A0 =C2=A0c:\wxwidgets\include\wx\platform.h(154): fatal error = C1083: > Cannot > > > open include file: 'wx/setup.h': No such file or directory > (compiling > > > source file ..\..\3rdparty\pcre\src\pcre2_study.c) > > >=C2=A0 =C2=A0c:\wxwidgets\include\wx\platform.h(154): fatal error = C1083: > Cannot > > > open include file: 'wx/setup.h': No such file or directory > (compiling > > > source file ..\..\3rdparty\pcre\src\pcre2_substitute.c) > > >=C2=A0 =C2=A0pcre2_substring.c > > >=C2=A0 =C2=A0pcre2_tables.c > > >=C2=A0 =C2=A0c:\wxwidgets\include\wx\platform.h(154): fatal error = C1083: > Cannot > > > open include file: 'wx/setup.h': No such file or directory > (compiling > > > source file ..\..\3rdparty\pcre\src\pcre2_tables.c) > > >=C2=A0 =C2=A0c:\wxwidgets\include\wx\platform.h(154): fatal error = C1083: > Cannot > > > open include file: 'wx/setup.h': No such file or directory > (compiling > > > source file ..\..\3rdparty\pcre\src\pcre2_substring.c) > > >=C2=A0 =C2=A0pcre2_ucd.c > > >=C2=A0 =C2=A0pcre2_valid_utf.c > > >=C2=A0 =C2=A0c:\wxwidgets\include\wx\platform.h(154): fatal error = C1083: > Cannot > > > open include file: 'wx/setup.h': No such file or directory > (compiling > > > source file ..\..\3rdparty\pcre\src\pcre2_ucd.c) > > >=C2=A0 =C2=A0c:\wxwidgets\include\wx\platform.h(154): fatal error = C1083: > Cannot > > > open include file: 'wx/setup.h': No such file or directory > (compiling > > > source file ..\..\3rdparty\pcre\src\pcre2_valid_utf.c) > > >=C2=A0 =C2=A0pcre2_xclass.c > > >=C2=A0 =C2=A0c:\wxwidgets\include\wx\platform.h(154): fatal error = C1083: > Cannot > > > open include file: 'wx/setup.h': No such file or directory > (compiling > > > source file ..\..\3rdparty\pcre\src\pcre2_xclass.c) > > > Done building target "ClCompile" in project > "wx_wxregex.vcxproj" -- FAILED. > > > > > > Done building project "wx_wxregex.vcxproj" -- FAILED. > > > > > > Build FAILED. > > > > > > c:\wxwidgets\include\wx\platform.h(154): fatal error C1083: Canno= t > > > open include file: 'wx/setup.h': No such file or directory > (compiling > > > source file ..\..\3rdparty\pcre\src\pcre2_auto_possess.c) > > > c:\wxwidgets\include\wx\platform.h(154): fatal error C1083: Canno= t > > > open include file: 'wx/setup.h': No such file or directory > (compiling > > > source file ..\..\3rdparty\pcre\src\pcre2_chartables.c) > > > c:\wxwidgets\include\wx\platform.h(154): fatal error C1083: Canno= t > > > open include file: 'wx/setup.h': No such file or directory > (compiling > > > source file ..\..\3rdparty\pcre\src\pcre2_chkdint.c) > > > c:\wxwidgets\include\wx\platform.h(154): fatal error C1083: Canno= t > > > open include file: 'wx/setup.h': No such file or directory > (compiling > > > source file ..\..\3rdparty\pcre\src\pcre2_compile.c) > > > c:\wxwidgets\include\wx\platform.h(154): fatal error C1083: Canno= t > > > open include file: 'wx/setup.h': No such file or directory > (compiling > > > source file ..\..\3rdparty\pcre\src\pcre2_compile_class.c) > > > c:\wxwidgets\include\wx\platform.h(154): fatal error C1083: Canno= t > > > open include file: 'wx/setup.h': No such file or directory > (compiling > > > source file ..\..\3rdparty\pcre\src\pcre2_compile_cgroup.c) > > > c:\wxwidgets\include\wx\platform.h(154): fatal error C1083: Canno= t > > > open include file: 'wx/setup.h': No such file or directory > (compiling > > > source file ..\..\3rdparty\pcre\src\pcre2_config.c) > > > c:\wxwidgets\include\wx\platform.h(154): fatal error C1083: Canno= t > > > open include file: 'wx/setup.h': No such file or directory > (compiling > > > source file ..\..\3rdparty\pcre\src\pcre2_convert.c) > > > c:\wxwidgets\include\wx\platform.h(154): fatal error C1083: Canno= t > > > open include file: 'wx/setup.h': No such file or directory > (compiling > > > source file ..\..\3rdparty\pcre\src\pcre2_context.c) > > > c:\wxwidgets\include\wx\platform.h(154): fatal error C1083: Canno= t > > > open include file: 'wx/setup.h': No such file or directory > (compiling > > > source file ..\..\3rdparty\pcre\src\pcre2_dfa_match.c) > > > c:\wxwidgets\include\wx\platform.h(154): fatal error C1083: Canno= t > > > open include file: 'wx/setup.h': No such file or directory > (compiling > > > source file ..\..\3rdparty\pcre\src\pcre2_error.c) > > > c:\wxwidgets\include\wx\platform.h(154): fatal error C1083: Canno= t > > > open include file: 'wx/setup.h': No such file or directory > (compiling > > > source file ..\..\3rdparty\pcre\src\pcre2_extuni.c) > > > c:\wxwidgets\include\wx\platform.h(154): fatal error C1083: Canno= t > > > open include file: 'wx/setup.h': No such file or directory > (compiling > > > source file ..\..\3rdparty\pcre\src\pcre2_find_bracket.c) > > > c:\wxwidgets\include\wx\platform.h(154): fatal error C1083: Canno= t > > > open include file: 'wx/setup.h': No such file or directory > (compiling > > > source file ..\..\3rdparty\pcre\src\pcre2_jit_compile.c) > > > c:\wxwidgets\include\wx\platform.h(154): fatal error C1083: Canno= t > > > open include file: 'wx/setup.h': No such file or directory > (compiling > > > source file ..\..\3rdparty\pcre\src\pcre2_match.c) > > > c:\wxwidgets\include\wx\platform.h(154): fatal error C1083: Canno= t > > > open include file: 'wx/setup.h': No such file or directory > (compiling > > > source file ..\..\3rdparty\pcre\src\pcre2_maketables.c) > > > c:\wxwidgets\include\wx\platform.h(154): fatal error C1083: Canno= t > > > open include file: 'wx/setup.h': No such file or directory > (compiling > > > source file ..\..\3rdparty\pcre\src\pcre2_match_data.c) > > > c:\wxwidgets\include\wx\platform.h(154): fatal error C1083: Canno= t > > > open include file: 'wx/setup.h': No such file or directory > (compiling > > > source file ..\..\3rdparty\pcre\src\pcre2_match_next.c) > > > c:\wxwidgets\include\wx\platform.h(154): fatal error C1083: Canno= t > > > open include file: 'wx/setup.h': No such file or directory > (compiling > > > source file ..\..\3rdparty\pcre\src\pcre2_newline.c) > > > c:\wxwidgets\include\wx\platform.h(154): fatal error C1083: Canno= t > > > open include file: 'wx/setup.h': No such file or directory > (compiling > > > source file ..\..\3rdparty\pcre\src\pcre2_pattern_info.c) > > > c:\wxwidgets\include\wx\platform.h(154): fatal error C1083: Canno= t > > > open include file: 'wx/setup.h': No such file or directory > (compiling > > > source file ..\..\3rdparty\pcre\src\pcre2_ord2utf.c) > > > c:\wxwidgets\include\wx\platform.h(154): fatal error C1083: Canno= t > > > open include file: 'wx/setup.h': No such file or directory > (compiling > > > source file ..\..\3rdparty\pcre\src\pcre2_script_run.c) > > > c:\wxwidgets\include\wx\platform.h(154): fatal error C1083: Canno= t > > > open include file: 'wx/setup.h': No such file or directory > (compiling > > > source file ..\..\3rdparty\pcre\src\pcre2_serialize.c) > > > c:\wxwidgets\include\wx\platform.h(154): fatal error C1083: Canno= t > > > open include file: 'wx/setup.h': No such file or directory > (compiling > > > source file ..\..\3rdparty\pcre\src\pcre2_string_utils.c) > > > c:\wxwidgets\include\wx\platform.h(154): fatal error C1083: Canno= t > > > open include file: 'wx/setup.h': No such file or directory > (compiling > > > source file ..\..\3rdparty\pcre\src\pcre2_study.c) > > > c:\wxwidgets\include\wx\platform.h(154): fatal error C1083: Canno= t > > > open include file: 'wx/setup.h': No such file or directory > (compiling > > > source file ..\..\3rdparty\pcre\src\pcre2_substitute.c) > > > c:\wxwidgets\include\wx\platform.h(154): fatal error C1083: Canno= t > > > open include file: 'wx/setup.h': No such file or directory > (compiling > > > source file ..\..\3rdparty\pcre\src\pcre2_tables.c) > > > c:\wxwidgets\include\wx\platform.h(154): fatal error C1083: Canno= t > > > open include file: 'wx/setup.h': No such file or directory > (compiling > > > source file ..\..\3rdparty\pcre\src\pcre2_substring.c) > > > c:\wxwidgets\include\wx\platform.h(154): fatal error C1083: Canno= t > > > open include file: 'wx/setup.h': No such file or directory > (compiling > > > source file ..\..\3rdparty\pcre\src\pcre2_ucd.c) > > > c:\wxwidgets\include\wx\platform.h(154): fatal error C1083: Canno= t > > > open include file: 'wx/setup.h': No such file or directory > (compiling > > > source file ..\..\3rdparty\pcre\src\pcre2_valid_utf.c) > > > c:\wxwidgets\include\wx\platform.h(154): fatal error C1083: Canno= t > > > open include file: 'wx/setup.h': No such file or directory > (compiling > > > source file ..\..\3rdparty\pcre\src\pcre2_xclass.c) > > >=C2=A0 =C2=A0 =C2=A00 Warning(s) > > >=C2=A0 =C2=A0 =C2=A031 Error(s) > > > > > > Time Elapsed 00:00:03.43 > > > ------ Build started: Project: wxregex, Configuration: DLL > Debug Win32 ------ > > > Build started 7/7/2026 10:51:41 PM. > > > Target InitializeBuildStatus: > > >=C2=A0 =C2=A0Touching "vc_mswuddll\wxregex\wxregex.tlog\unsuccessf= ulbuild". > > > Target ClCompile: > > >=C2=A0 =C2=A0pcre2_auto_possess.c > > >=C2=A0 =C2=A0pcre2_chartables.c > > >=C2=A0 =C2=A0c:\wxwidgets\include\wx\platform.h(154): fatal error = C1083: > Cannot > > > open include file: 'wx/setup.h': No such file or directory > (compiling > > > source file ..\..\3rdparty\pcre\src\pcre2_auto_possess.c) > > >=C2=A0 =C2=A0pcre2_chkdint.c > > >=C2=A0 =C2=A0c:\wxwidgets\include\wx\platform.h(154): fatal error = C1083: > Cannot > > > open include file: 'wx/setup.h': No such file or directory > (compiling > > > source file ..\..\3rdparty\pcre\src\pcre2_chkdint.c) > > >=C2=A0 =C2=A0pcre2_compile.c > > >=C2=A0 =C2=A0c:\wxwidgets\include\wx\platform.h(154): fatal error = C1083: > Cannot > > > open include file: 'wx/setup.h': No such file or directory > (compiling > > > source file ..\..\3rdparty\pcre\src\pcre2_chartables.c) > > >=C2=A0 =C2=A0c:\wxwidgets\include\wx\platform.h(154): fatal error = C1083: > Cannot > > > open include file: 'wx/setup.h': No such file or directory > (compiling > > > source file ..\..\3rdparty\pcre\src\pcre2_compile.c) > > >=C2=A0 =C2=A0pcre2_compile_cgroup.c > > >=C2=A0 =C2=A0c:\wxwidgets\include\wx\platform.h(154): fatal error = C1083: > Cannot > > > open include file: 'wx/setup.h': No such file or directory > (compiling > > > source file ..\..\3rdparty\pcre\src\pcre2_compile_cgroup.c) > > >=C2=A0 =C2=A0pcre2_compile_class.c > > >=C2=A0 =C2=A0pcre2_config.c > > >=C2=A0 =C2=A0c:\wxwidgets\include\wx\platform.h(154): fatal error = C1083: > Cannot > > > open include file: 'wx/setup.h': No such file or directory > (compiling > > > source file ..\..\3rdparty\pcre\src\pcre2_compile_class.c) > > >=C2=A0 =C2=A0pcre2_context.c > > >=C2=A0 =C2=A0c:\wxwidgets\include\wx\platform.h(154): fatal error = C1083: > Cannot > > > open include file: 'wx/setup.h': No such file or directory > (compiling > > > source file ..\..\3rdparty\pcre\src\pcre2_config.c) > > >=C2=A0 =C2=A0c:\wxwidgets\include\wx\platform.h(154): fatal error = C1083: > Cannot > > > open include file: 'wx/setup.h': No such file or directory > (compiling > > > source file ..\..\3rdparty\pcre\src\pcre2_context.c) > > >=C2=A0 =C2=A0pcre2_convert.c > > >=C2=A0 =C2=A0pcre2_dfa_match.c > > >=C2=A0 =C2=A0c:\wxwidgets\include\wx\platform.h(154): fatal error = C1083: > Cannot > > > open include file: 'wx/setup.h': No such file or directory > (compiling > > > source file ..\..\3rdparty\pcre\src\pcre2_dfa_match.c) > > >=C2=A0 =C2=A0c:\wxwidgets\include\wx\platform.h(154): fatal error = C1083: > Cannot > > > open include file: 'wx/setup.h': No such file or directory > (compiling > > > source file ..\..\3rdparty\pcre\src\pcre2_convert.c) > > >=C2=A0 =C2=A0pcre2_error.c > > >=C2=A0 =C2=A0c:\wxwidgets\include\wx\platform.h(154): fatal error = C1083: > Cannot > > > open include file: 'wx/setup.h': No such file or directory > (compiling > > > source file ..\..\3rdparty\pcre\src\pcre2_error.c) > > >=C2=A0 =C2=A0pcre2_extuni.c > > >=C2=A0 =C2=A0pcre2_find_bracket.c > > >=C2=A0 =C2=A0c:\wxwidgets\include\wx\platform.h(154): fatal error = C1083: > Cannot > > > open include file: 'wx/setup.h': No such file or directory > (compiling > > > source file ..\..\3rdparty\pcre\src\pcre2_find_bracket.c) > > >=C2=A0 =C2=A0pcre2_jit_compile.c > > >=C2=A0 =C2=A0c:\wxwidgets\include\wx\platform.h(154): fatal error = C1083: > Cannot > > > open include file: 'wx/setup.h': No such file or directory > (compiling > > > source file ..\..\3rdparty\pcre\src\pcre2_extuni.c) > > >=C2=A0 =C2=A0pcre2_maketables.c > > >=C2=A0 =C2=A0c:\wxwidgets\include\wx\platform.h(154): fatal error = C1083: > Cannot > > > open include file: 'wx/setup.h': No such file or directory > (compiling > > > source file ..\..\3rdparty\pcre\src\pcre2_maketables.c) > > >=C2=A0 =C2=A0pcre2_match.c > > >=C2=A0 =C2=A0c:\wxwidgets\include\wx\platform.h(154): fatal error = C1083: > Cannot > > > open include file: 'wx/setup.h': No such file or directory > (compiling > > > source file ..\..\3rdparty\pcre\src\pcre2_match.c) > > >=C2=A0 =C2=A0pcre2_match_data.c > > >=C2=A0 =C2=A0c:\wxwidgets\include\wx\platform.h(154): fatal error = C1083: > Cannot > > > open include file: 'wx/setup.h': No such file or directory > (compiling > > > source file ..\..\3rdparty\pcre\src\pcre2_jit_compile.c) > > >=C2=A0 =C2=A0c:\wxwidgets\include\wx\platform.h(154): fatal error = C1083: > Cannot > > > open include file: 'wx/setup.h': No such file or directory > (compiling > > > source file ..\..\3rdparty\pcre\src\pcre2_match_data.c) > > >=C2=A0 =C2=A0pcre2_match_next.c > > >=C2=A0 =C2=A0c:\wxwidgets\include\wx\platform.h(154): fatal error = C1083: > Cannot > > > open include file: 'wx/setup.h': No such file or directory > (compiling > > > source file ..\..\3rdparty\pcre\src\pcre2_match_next.c) > > >=C2=A0 =C2=A0pcre2_newline.c > > >=C2=A0 =C2=A0pcre2_ord2utf.c > > >=C2=A0 =C2=A0c:\wxwidgets\include\wx\platform.h(154): fatal error = C1083: > Cannot > > > open include file: 'wx/setup.h': No such file or directory > (compiling > > > source file ..\..\3rdparty\pcre\src\pcre2_newline.c) > > >=C2=A0 =C2=A0pcre2_pattern_info.c > > >=C2=A0 =C2=A0c:\wxwidgets\include\wx\platform.h(154): fatal error = C1083: > Cannot > > > open include file: 'wx/setup.h': No such file or directory > (compiling > > > source file ..\..\3rdparty\pcre\src\pcre2_pattern_info.c) > > >=C2=A0 =C2=A0pcre2_script_run.c > > >=C2=A0 =C2=A0c:\wxwidgets\include\wx\platform.h(154): fatal error = C1083: > Cannot > > > open include file: 'wx/setup.h': No such file or directory > (compiling > > > source file ..\..\3rdparty\pcre\src\pcre2_ord2utf.c) > > >=C2=A0 =C2=A0pcre2_serialize.c > > >=C2=A0 =C2=A0c:\wxwidgets\include\wx\platform.h(154): fatal error = C1083: > Cannot > > > open include file: 'wx/setup.h': No such file or directory > (compiling > > > source file ..\..\3rdparty\pcre\src\pcre2_serialize.c) > > >=C2=A0 =C2=A0c:\wxwidgets\include\wx\platform.h(154): fatal error = C1083: > Cannot > > > open include file: 'wx/setup.h': No such file or directory > (compiling > > > source file ..\..\3rdparty\pcre\src\pcre2_script_run.c) > > >=C2=A0 =C2=A0pcre2_string_utils.c > > >=C2=A0 =C2=A0pcre2_study.c > > >=C2=A0 =C2=A0c:\wxwidgets\include\wx\platform.h(154): fatal error = C1083: > Cannot > > > open include file: 'wx/setup.h': No such file or directory > (compiling > > > source file ..\..\3rdparty\pcre\src\pcre2_study.c) > > >=C2=A0 =C2=A0pcre2_substitute.c > > >=C2=A0 =C2=A0c:\wxwidgets\include\wx\platform.h(154): fatal error = C1083: > Cannot > > > open include file: 'wx/setup.h': No such file or directory > (compiling > > > source file ..\..\3rdparty\pcre\src\pcre2_string_utils.c) > > >=C2=A0 =C2=A0pcre2_substring.c > > >=C2=A0 =C2=A0c:\wxwidgets\include\wx\platform.h(154): fatal error = C1083: > Cannot > > > open include file: 'wx/setup.h': No such file or directory > (compiling > > > source file ..\..\3rdparty\pcre\src\pcre2_substitute.c) > > >=C2=A0 =C2=A0pcre2_tables.c > > >=C2=A0 =C2=A0c:\wxwidgets\include\wx\platform.h(154): fatal error = C1083: > Cannot > > > open include file: 'wx/setup.h': No such file or directory > (compiling > > > source file ..\..\3rdparty\pcre\src\pcre2_substring.c) > > >=C2=A0 =C2=A0pcre2_ucd.c > > >=C2=A0 =C2=A0c:\wxwidgets\include\wx\platform.h(154): fatal error = C1083: > Cannot > > > open include file: 'wx/setup.h': No such file or directory > (compiling > > > source file ..\..\3rdparty\pcre\src\pcre2_tables.c) > > >=C2=A0 =C2=A0pcre2_valid_utf.c > > >=C2=A0 =C2=A0c:\wxwidgets\include\wx\platform.h(154): fatal error = C1083: > Cannot > > > open include file: 'wx/setup.h': No such file or directory > (compiling > > > source file ..\..\3rdparty\pcre\src\pcre2_ucd.c) > > >=C2=A0 =C2=A0pcre2_xclass.c > > >=C2=A0 =C2=A0c:\wxwidgets\include\wx\platform.h(154): fatal error = C1083: > Cannot > > > open include file: 'wx/setup.h': No such file or directory > (compiling > > > source file ..\..\3rdparty\pcre\src\pcre2_xclass.c) > > >=C2=A0 =C2=A0c:\wxwidgets\include\wx\platform.h(154): fatal error = C1083: > Cannot > > > open include file: 'wx/setup.h': No such file or directory > (compiling > > > source file ..\..\3rdparty\pcre\src\pcre2_valid_utf.c) > > > Done building target "ClCompile" in project > "wx_wxregex.vcxproj" -- FAILED. > > > > > > Done building project "wx_wxregex.vcxproj" -- FAILED. > > > > > > Build FAILED. > > > > > > c:\wxwidgets\include\wx\platform.h(154): fatal error C1083: Canno= t > > > open include file: 'wx/setup.h': No such file or directory > (compiling > > > source file ..\..\3rdparty\pcre\src\pcre2_auto_possess.c) > > > c:\wxwidgets\include\wx\platform.h(154): fatal error C1083: Canno= t > > > open include file: 'wx/setup.h': No such file or directory > (compiling > > > source file ..\..\3rdparty\pcre\src\pcre2_chkdint.c) > > > c:\wxwidgets\include\wx\platform.h(154): fatal error C1083: Canno= t > > > open include file: 'wx/setup.h': No such file or directory > (compiling > > > source file ..\..\3rdparty\pcre\src\pcre2_chartables.c) > > > c:\wxwidgets\include\wx\platform.h(154): fatal error C1083: Canno= t > > > open include file: 'wx/setup.h': No such file or directory > (compiling > > > source file ..\..\3rdparty\pcre\src\pcre2_compile.c) > > > c:\wxwidgets\include\wx\platform.h(154): fatal error C1083: Canno= t > > > open include file: 'wx/setup.h': No such file or directory > (compiling > > > source file ..\..\3rdparty\pcre\src\pcre2_compile_cgroup.c) > > > c:\wxwidgets\include\wx\platform.h(154): fatal error C1083: Canno= t > > > open include file: 'wx/setup.h': No such file or directory > (compiling > > > source file ..\..\3rdparty\pcre\src\pcre2_compile_class.c) > > > c:\wxwidgets\include\wx\platform.h(154): fatal error C1083: Canno= t > > > open include file: 'wx/setup.h': No such file or directory > (compiling > > > source file ..\..\3rdparty\pcre\src\pcre2_config.c) > > > c:\wxwidgets\include\wx\platform.h(154): fatal error C1083: Canno= t > > > open include file: 'wx/setup.h': No such file or directory > (compiling > > > source file ..\..\3rdparty\pcre\src\pcre2_context.c) > > > c:\wxwidgets\include\wx\platform.h(154): fatal error C1083: Canno= t > > > open include file: 'wx/setup.h': No such file or directory > (compiling > > > source file ..\..\3rdparty\pcre\src\pcre2_dfa_match.c) > > > c:\wxwidgets\include\wx\platform.h(154): fatal error C1083: Canno= t > > > open include file: 'wx/setup.h': No such file or directory > (compiling > > > source file ..\..\3rdparty\pcre\src\pcre2_convert.c) > > > c:\wxwidgets\include\wx\platform.h(154): fatal error C1083: Canno= t > > > open include file: 'wx/setup.h': No such file or directory > (compiling > > > source file ..\..\3rdparty\pcre\src\pcre2_error.c) > > > c:\wxwidgets\include\wx\platform.h(154): fatal error C1083: Canno= t > > > open include file: 'wx/setup.h': No such file or directory > (compiling > > > source file ..\..\3rdparty\pcre\src\pcre2_find_bracket.c) > > > c:\wxwidgets\include\wx\platform.h(154): fatal error C1083: Canno= t > > > open include file: 'wx/setup.h': No such file or directory > (compiling > > > source file ..\..\3rdparty\pcre\src\pcre2_extuni.c) > > > c:\wxwidgets\include\wx\platform.h(154): fatal error C1083: Canno= t > > > open include file: 'wx/setup.h': No such file or directory > (compiling > > > source file ..\..\3rdparty\pcre\src\pcre2_maketables.c) > > > c:\wxwidgets\include\wx\platform.h(154): fatal error C1083: Canno= t > > > open include file: 'wx/setup.h': No such file or directory > (compiling > > > source file ..\..\3rdparty\pcre\src\pcre2_match.c) > > > c:\wxwidgets\include\wx\platform.h(154): fatal error C1083: Canno= t > > > open include file: 'wx/setup.h': No such file or directory > (compiling > > > source file ..\..\3rdparty\pcre\src\pcre2_jit_compile.c) > > > c:\wxwidgets\include\wx\platform.h(154): fatal error C1083: Canno= t > > > open include file: 'wx/setup.h': No such file or directory > (compiling > > > source file ..\..\3rdparty\pcre\src\pcre2_match_data.c) > > > c:\wxwidgets\include\wx\platform.h(154): fatal error C1083: Canno= t > > > open include file: 'wx/setup.h': No such file or directory > (compiling > > > source file ..\..\3rdparty\pcre\src\pcre2_match_next.c) > > > c:\wxwidgets\include\wx\platform.h(154): fatal error C1083: Canno= t > > > open include file: 'wx/setup.h': No such file or directory > (compiling > > > source file ..\..\3rdparty\pcre\src\pcre2_newline.c) > > > c:\wxwidgets\include\wx\platform.h(154): fatal error C1083: Canno= t > > > open include file: 'wx/setup.h': No such file or directory > (compiling > > > source file ..\..\3rdparty\pcre\src\pcre2_pattern_info.c) > > > c:\wxwidgets\include\wx\platform.h(154): fatal error C1083: Canno= t > > > open include file: 'wx/setup.h': No such file or directory > (compiling > > > source file ..\..\3rdparty\pcre\src\pcre2_ord2utf.c) > > > c:\wxwidgets\include\wx\platform.h(154): fatal error C1083: Canno= t > > > open include file: 'wx/setup.h': No such file or directory > (compiling > > > source file ..\..\3rdparty\pcre\src\pcre2_serialize.c) > > > c:\wxwidgets\include\wx\platform.h(154): fatal error C1083: Canno= t > > > open include file: 'wx/setup.h': No such file or directory > (compiling > > > source file ..\..\3rdparty\pcre\src\pcre2_script_run.c) > > > c:\wxwidgets\include\wx\platform.h(154): fatal error C1083: Canno= t > > > open include file: 'wx/setup.h': No such file or directory > (compiling > > > source file ..\..\3rdparty\pcre\src\pcre2_study.c) > > > c:\wxwidgets\include\wx\platform.h(154): fatal error C1083: Canno= t > > > open include file: 'wx/setup.h': No such file or directory > (compiling > > > source file ..\..\3rdparty\pcre\src\pcre2_string_utils.c) > > > c:\wxwidgets\include\wx\platform.h(154): fatal error C1083: Canno= t > > > open include file: 'wx/setup.h': No such file or directory > (compiling > > > source file ..\..\3rdparty\pcre\src\pcre2_substitute.c) > > > c:\wxwidgets\include\wx\platform.h(154): fatal error C1083: Canno= t > > > open include file: 'wx/setup.h': No such file or directory > (compiling > > > source file ..\..\3rdparty\pcre\src\pcre2_substring.c) > > > c:\wxwidgets\include\wx\platform.h(154): fatal error C1083: Canno= t > > > open include file: 'wx/setup.h': No such file or directory > (compiling > > > source file ..\..\3rdparty\pcre\src\pcre2_tables.c) > > > c:\wxwidgets\include\wx\platform.h(154): fatal error C1083: Canno= t > > > open include file: 'wx/setup.h': No such file or directory > (compiling > > > source file ..\..\3rdparty\pcre\src\pcre2_ucd.c) > > > c:\wxwidgets\include\wx\platform.h(154): fatal error C1083: Canno= t > > > open include file: 'wx/setup.h': No such file or directory > (compiling > > > source file ..\..\3rdparty\pcre\src\pcre2_xclass.c) > > > c:\wxwidgets\include\wx\platform.h(154): fatal error C1083: Canno= t > > > open include file: 'wx/setup.h': No such file or directory > (compiling > > > source file ..\..\3rdparty\pcre\src\pcre2_valid_utf.c) > > >=C2=A0 =C2=A0 =C2=A00 Warning(s) > > >=C2=A0 =C2=A0 =C2=A031 Error(s) > > > > > > Time Elapsed 00:00:04.85 > > > ------ Build started: Project: base, Configuration: DLL > Release x64 ------ > > > Build started 7/7/2026 10:51:49 PM. > > > Target InitializeBuildStatus: > > >=C2=A0 =C2=A0Touching "vc_x64_mswudll\base\base.tlog\unsuccessfulb= uild". > > > Target ClCompile: > > >=C2=A0 =C2=A0dummy.cpp > > >=C2=A0 =C2=A0c:\wxwidgets\include\wx\platform.h(154): fatal error = C1083: > Cannot > > > open include file: 'wx/setup.h': No such file or directory > > > Done building target "ClCompile" in project "wx_base.vcxproj" > -- FAILED. > > > > > > Done building project "wx_base.vcxproj" -- FAILED. > > > > > > Build FAILED. > > > > > > c:\wxwidgets\include\wx\platform.h(154): fatal error C1083: Canno= t > > > open include file: 'wx/setup.h': No such file or directory > > >=C2=A0 =C2=A0 =C2=A00 Warning(s) > > >=C2=A0 =C2=A0 =C2=A01 Error(s) > > > > > > Time Elapsed 00:00:00.65 > > > ------ Build started: Project: base, Configuration: DLL > Release Win32 ------ > > > Build started 7/7/2026 10:51:50 PM. > > > Target InitializeBuildStatus: > > >=C2=A0 =C2=A0Touching "vc_mswudll\base\base.tlog\unsuccessfulbuild= ". > > > Target ClCompile: > > >=C2=A0 =C2=A0dummy.cpp > > >=C2=A0 =C2=A0c:\wxwidgets\include\wx\platform.h(154): fatal error = C1083: > Cannot > > > open include file: 'wx/setup.h': No such file or directory > > > Done building target "ClCompile" in project "wx_base.vcxproj" > -- FAILED. > > > > > > Done building project "wx_base.vcxproj" -- FAILED. > > > > > > Build FAILED. > > > > > > c:\wxwidgets\include\wx\platform.h(154): fatal error C1083: Canno= t > > > open include file: 'wx/setup.h': No such file or directory > > >=C2=A0 =C2=A0 =C2=A00 Warning(s) > > >=C2=A0 =C2=A0 =C2=A01 Error(s) > > > > > > Time Elapsed 00:00:00.57 > > > ------ Build started: Project: base, Configuration: DLL Debug > x64 ------ > > > Build started 7/7/2026 10:51:51 PM. > > > Target InitializeBuildStatus: > > >=C2=A0 =C2=A0Touching "vc_x64_mswuddll\base\base.tlog\unsuccessful= build". > > > Target ClCompile: > > >=C2=A0 =C2=A0dummy.cpp > > >=C2=A0 =C2=A0c:\wxwidgets\include\wx\platform.h(154): fatal error = C1083: > Cannot > > > open include file: 'wx/setup.h': No such file or directory > > > Done building target "ClCompile" in project "wx_base.vcxproj" > -- FAILED. > > > > > > Done building project "wx_base.vcxproj" -- FAILED. > > > > > > Build FAILED. > > > > > > c:\wxwidgets\include\wx\platform.h(154): fatal error C1083: Canno= t > > > open include file: 'wx/setup.h': No such file or directory > > >=C2=A0 =C2=A0 =C2=A00 Warning(s) > > >=C2=A0 =C2=A0 =C2=A01 Error(s) > > > > > > Time Elapsed 00:00:00.61 > > > ------ Build started: Project: base, Configuration: DLL Debug > Win32 ------ > > > Build started 7/7/2026 10:51:52 PM. > > > Target InitializeBuildStatus: > > >=C2=A0 =C2=A0Touching "vc_mswuddll\base\base.tlog\unsuccessfulbuil= d". > > > Target ClCompile: > > >=C2=A0 =C2=A0dummy.cpp > > >=C2=A0 =C2=A0c:\wxwidgets\include\wx\platform.h(154): fatal error = C1083: > Cannot > > > open include file: 'wx/setup.h': No such file or directory > > > Done building target "ClCompile" in project "wx_base.vcxproj" > -- FAILED. > > > > > > Done building project "wx_base.vcxproj" -- FAILED. > > > > > > Build FAILED. > > > > > > c:\wxwidgets\include\wx\platform.h(154): fatal error C1083: Canno= t > > > open include file: 'wx/setup.h': No such file or directory > > >=C2=A0 =C2=A0 =C2=A00 Warning(s) > > >=C2=A0 =C2=A0 =C2=A01 Error(s) > > > > > > Time Elapsed 00:00:00.85 > > > ------ Build started: Project: core, Configuration: DLL > Release x64 ------ > > > Build started 7/7/2026 10:51:53 PM. > > > Target InitializeBuildStatus: > > >=C2=A0 =C2=A0Touching "vc_x64_mswudll\core\core.tlog\unsuccessfulb= uild". > > > Target ClCompile: > > >=C2=A0 =C2=A0dummy.cpp > > >=C2=A0 =C2=A0c:\wxwidgets\include\wx\platform.h(154): fatal error = C1083: > Cannot > > > open include file: 'wx/setup.h': No such file or directory > > > Done building target "ClCompile" in project "wx_core.vcxproj" > -- FAILED. > > > > > > Done building project "wx_core.vcxproj" -- FAILED. > > > > > > Build FAILED. > > > > > > c:\wxwidgets\include\wx\platform.h(154): fatal error C1083: Canno= t > > > open include file: 'wx/setup.h': No such file or directory > > >=C2=A0 =C2=A0 =C2=A00 Warning(s) > > >=C2=A0 =C2=A0 =C2=A01 Error(s) > > > > > > Time Elapsed 00:00:01.93 > > > ------ Build started: Project: core, Configuration: DLL > Release Win32 ------ > > > Build started 7/7/2026 10:51:56 PM. > > > Target InitializeBuildStatus: > > >=C2=A0 =C2=A0Touching "vc_mswudll\core\core.tlog\unsuccessfulbuild= ". > > > Target ClCompile: > > >=C2=A0 =C2=A0dummy.cpp > > > > > >=C2=A0 =C2=A0Build FAILED. > > >=C2=A0 =C2=A0 =C2=A00 Warning(s) > > >=C2=A0 =C2=A0 =C2=A00 Error(s) > > > > > >=C2=A0 =C2=A0Time Elapsed 00:00:01.48 > > > A task was canceled. > > > A task was canceled. > > > Build has been canceled. > > > > > > > > > -- > > > Please read https://www.wxwidgets.org/support/mlhowto.htm > before posting. > > > --- > > > You received this message because you are subscribed to the > Google Groups "wx-users" group. > > > To unsubscribe from this group and stop receiving emails from > it, send an email to [email protected] > <mailto:wx-users%[email protected]>. > > > To view this discussion visit > https://groups.google.com/d/msgid/wx-users/07259ff7-4d31-4a01-a54f-c0= 33fb2b52cc%40gmail.com. > > --=20 > Please read https://www.wxwidgets.org/support/mlhowto.htm before posting. > --- > You received this message because you are subscribed to the Google=20 > Groups "wx-users" group. > To unsubscribe from this group and stop receiving emails from it, send=20 > an email to [email protected]. > To view this discussion visit=20 > https://groups.google.com/d/msgid/wx-users/CA%2BFnnTxYunWjN-ffr5vp%3D8n9K= njpUxTCVCZMkEZPm2YZMjatHQ%40mail.gmail.com=20 > <https://groups.google.com/d/msgid/wx-users/CA%2BFnnTxYunWjN-ffr5vp%3D8n9= KnjpUxTCVCZMkEZPm2YZMjatHQ%40mail.gmail.com?utm_medium=3Demail&utm_source= =3Dfooter>. --=20 Please read https://www.wxwidgets.org/support/mlhowto.htm before posting. ---=20 You received this message because you are subscribed to the Google Groups "= wx-users" group. To unsubscribe from this group and stop receiving emails from it, send an e= mail to [email protected]. To view this discussion visit https://groups.google.com/d/msgid/wx-users/8f= 38d28b-19ce-4f51-a425-3fc5fceb41d7%40gmail.com. --------------4OhFObginjSAGdvsWsMcoGtx Content-Type: text/html; charset="UTF-8" Content-Transfer-Encoding: quoted-printable <!DOCTYPE html> <html> <head> <meta http-equiv=3D"Content-Type" content=3D"text/html; charset=3DUTF-8= "> </head> <body> I have no idea why it fails. Nothing has changed in the project files.<br> I don't think there ever was a 3rdparty subproject. Only the CMake generated projects have a 'Third party libraries' sub-folder.<br> <br> Do you have any wx specific environment variables that override stuff?<br> <br> Does it work if you revert back to the 3.3.2 sources?<br> What source do you use, I tried wxWidgets-3.3.3.zip from the GitHub release and it works fine with VS2022.<br> <br> You could try to add more verbose output, maybe it has some hints to what goes wrong.<br> In Tools -> Options -> Projects and Solutions -> Build and Run.<br> Change "MSBuild project build output verbosity" to Detailed.<br> Rebuild the _custom_build project and analyze the log.<br> <br> Maarten<br> <br> <br> <div class=3D"moz-cite-prefix">On 10 Jul 2026 21:13, Igor Korot wrote:<= br> </div> <blockquote type=3D"cite" cite=3D"mid:[email protected]= l.com"> <meta http-equiv=3D"content-type" content=3D"text/html; charset=3DUTF= -8"> <div dir=3D"auto">Maarten, <div dir=3D"auto"><br> </div> <div dir=3D"auto">To my surprise even if i copy setup.h over the build still fails with the same "cant find setup.h" error.</div> <div dir=3D"auto"><br> </div> <div dir=3D"auto">Am i the only one? =F0=9F=98=80</div> <div dir=3D"auto"><br> </div> <div dir=3D"auto">Thank you.</div> <div dir=3D"auto"><br> </div> </div> <br> <div class=3D"gmail_quote gmail_quote_container"> <div dir=3D"ltr" class=3D"gmail_attr">On Thu, Jul 9, 2026, 7:13=E2= =80=AFPM Igor Korot <<a href=3D"mailto:[email protected]" moz-do-not-send=3D"true" class=3D"moz-txt-link-freetext">ikorot= [email protected]</a>> wrote:<br> </div> <blockquote class=3D"gmail_quote" style=3D"margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex">Hi, Maarten,<br> <br> Attached is a freshly created build log made by following procedure<br> described in the previous reply.<br> <br> =C2=A0Also the folder lib\vc_dll\mswu{d}\wx\msw is empty.<br> Same is for vc_x64_dll.<br> <br> Thank you.<br> <br> On Thu, Jul 9, 2026 at 5:44=E2=80=AFPM Igor Korot <<a href=3D"mailto:[email protected]" target=3D"_blank" rel=3D"noreferrer" moz-do-not-send=3D"true" class=3D"moz-txt-link-freetext">[email protected]</a>> wrote:<br> ><br> > Hi,Maarten,<br> ><br> ><br> > On Thu, Jul 9, 2026 at 3:03=E2=80=AFAM Maarten Bent <<a href=3D"mailto:[email protected]" target=3D"_blank" rel=3D"noreferrer" moz-do-not-send=3D"true" class=3D"moz-txt-link-freetext">[email protected]</a>> wrote:<br> > ><br> > > Hi,<br> ><br> > 1 In the 3.3.2=C2=A0 wx_vc15.sln had a subproject called 3rdpart. Nw its gone.<br> > That is my first point in the OP.<br> ><br> > ><br> > > The _custom_build project copies include/wx/msw/setup.h to lib/vc_{x64}{_dll/_lib}/mswu{d}/wx/setup.h<br> ><br> > in the 3.3.2 it was to copy include\wx\msw\setup.h to libvc\mswu{d}dll<br> > for 32 bit compilation.<br> > It los lie now iit changed.<br> ><br> > For a long time my upgrading process was:<br> > a. Delete everything from c:\wxWidgets<br> > b. Unacl new release archive into c:\wxWidgets<br> > c. Open wx_vc15.sln<br> > d. Build->Batch Build<br> ><br> > As you can see no properties file is used.<br> ><br> > With recent releases I have to skip all ARM-based builds and select the DLL<br> > projects only.<br> ><br> > > Somehow this fails for you. Does the file exist? Do you/msvs have read/write permissions? Do you use modified properties or wx_local.props?<br> ><br> > I'll try to redo the build from scratch to answer the first question.<br> > Second question - c\wxWdgets does have write permission.<br> > See above<br> ><br> > > Are you doing a clean build with the correct sources?<br> ><br> > Building from scratch - see above.<br> ><br> > ><br> > > Also sharing just the first error is enough, no need to add hundreds of lines with the same error message.<br> ><br> > II thought I also included the actual build errors and not just custom<br> > target results.<br> ><br> > Thank you,<br> ><br> > ><br> > > Maarten<br> > ><br> > ><br> > > On 9-7-2026 09:20, Igor Korot wrote:<br> > ><br> > > Hi,<br> > ><br> > > On Wed, Jul 8, 2026 at 12:06=E2=80=AFAM Igor Korot <= <a href=3D"mailto:[email protected]" target=3D"_blank" rel=3D"noreferrer" moz-do-not-send=3D"true" class=3D"moz-txt-link-freetext">[email protected]</a>> wrote:<br> > ><br> > > wx 3.3.3<br> > > MSVC 2017 Community<br> > > wx_vc15.sln<br> > ><br> > > 1.In the projects view 3rd party folder is not present<br> > > 2 During compilation I got:<br> > ><br> > > ------ Build started: Project: _custom_build, Configuration: DLL<br> > > Release x64 ------<br> > > Build started 7/7/2026 10:51:11 PM.<br> > > Target InitializeBuildStatus:<br> > >=C2=A0 =C2=A0Touching "vc_x64_mswudll\_custom_build\_custom_build.tlog\unsuccessfulbuil= d".<br> > > Target CustomBuild:<br> > >=C2=A0 =C2=A0C:\Program Files (x86)\Microsoft Visual<br> > > Studio\2017\Community\Common7\IDE\VC\VCTargets\Microsoft.CppCommon.targets(= 209,5):<br> > > error MSB6006: "cmd.exe" exited with code -1073741502.<br> > > Done building target "CustomBuild" in project<br> > > "wx_custom_build.vcxproj" -- FAILED.<br> > ><br> > > Done building project "wx_custom_build.vcxproj" -- FAILED.<br> > ><br> > > It looks like the include folders were not updated<br> > ><br> > > The custom target creates lib\vc_dll and lib\vc_x64_dll,<br> > > But the bulb checks for lib\vc_mswu{d}dll<br> > ><br> > > Thank you.<br> > ><br> > > Build FAILED.<br> > ><br> > > C:\Program Files (x86)\Microsoft Visual<br> > > Studio\2017\Community\Common7\IDE\VC\VCTargets\Microsoft.CppCommon.targets(= 209,5):<br> > > error MSB6006: "cmd.exe" exited with code -1073741502.<br> > >=C2=A0 =C2=A0 =C2=A00 Warning(s)<br> > >=C2=A0 =C2=A0 =C2=A01 Error(s)<br> > ><br> > > Time Elapsed 00:00:03.70<br> > > ------ Build started: Project: _custom_build, Configuration: DLL<br> > > Release Win32 ------<br> > > Build started 7/7/2026 10:51:15 PM.<br> > > Target InitializeBuildStatus:<br> > >=C2=A0 =C2=A0Touching "vc_mswudll\_custom_build\_custom_build.tlog\unsuccessfulbuild".<= br> > > Target CustomBuild:<br> > >=C2=A0 =C2=A0C:\Program Files (x86)\Microsoft Visual<br> > > Studio\2017\Community\Common7\IDE\VC\VCTargets\Microsoft.CppCommon.targets(= 209,5):<br> > > error MSB6006: "cmd.exe" exited with code -1073741502.<br> > > Done building target "CustomBuild" in project<br> > > "wx_custom_build.vcxproj" -- FAILED.<br> > ><br> > > Done building project "wx_custom_build.vcxproj" -- FAILED.<br> > ><br> > > Build FAILED.<br> > ><br> > > C:\Program Files (x86)\Microsoft Visual<br> > > Studio\2017\Community\Common7\IDE\VC\VCTargets\Microsoft.CppCommon.targets(= 209,5):<br> > > error MSB6006: "cmd.exe" exited with code -1073741502.<br> > >=C2=A0 =C2=A0 =C2=A00 Warning(s)<br> > >=C2=A0 =C2=A0 =C2=A01 Error(s)<br> > ><br> > > Time Elapsed 00:00:03.32<br> > > ------ Build started: Project: _custom_build, Configuration: DLL Debug<br> > > x64 ------<br> > > Build started 7/7/2026 10:51:19 PM.<br> > > Target InitializeBuildStatus:<br> > >=C2=A0 =C2=A0Touching "vc_x64_mswuddll\_custom_build\_custom_build.tlog\unsuccessfulbui= ld".<br> > > Target CustomBuild:<br> > >=C2=A0 =C2=A0C:\Program Files (x86)\Microsoft Visual<br> > > Studio\2017\Community\Common7\IDE\VC\VCTargets\Microsoft.CppCommon.targets(= 209,5):<br> > > error MSB6006: "cmd.exe" exited with code -1073741502.<br> > > Done building target "CustomBuild" in project<br> > > "wx_custom_build.vcxproj" -- FAILED.<br> > ><br> > > Done building project "wx_custom_build.vcxproj" -- FAILED.<br> > ><br> > > Build FAILED.<br> > ><br> > > C:\Program Files (x86)\Microsoft Visual<br> > > Studio\2017\Community\Common7\IDE\VC\VCTargets\Microsoft.CppCommon.targets(= 209,5):<br> > > error MSB6006: "cmd.exe" exited with code -1073741502.<br> > >=C2=A0 =C2=A0 =C2=A00 Warning(s)<br> > >=C2=A0 =C2=A0 =C2=A01 Error(s)<br> > ><br> > > Time Elapsed 00:00:03.01<br> > > ------ Build started: Project: _custom_build, Configuration: DLL Debug<br> > > Win32 ------<br> > > Build started 7/7/2026 10:51:22 PM.<br> > > Target InitializeBuildStatus:<br> > >=C2=A0 =C2=A0Touching "vc_mswuddll\_custom_build\_custom_build.tlog\unsuccessfulbuild".= <br> > > Target CustomBuild:<br> > >=C2=A0 =C2=A0C:\Program Files (x86)\Microsoft Visual<br> > > Studio\2017\Community\Common7\IDE\VC\VCTargets\Microsoft.CppCommon.targets(= 209,5):<br> > > error MSB6006: "cmd.exe" exited with code -1073741502.<br> > > Done building target "CustomBuild" in project<br> > > "wx_custom_build.vcxproj" -- FAILED.<br> > ><br> > > Done building project "wx_custom_build.vcxproj" -- FAILED.<br> > ><br> > > Build FAILED.<br> > ><br> > > C:\Program Files (x86)\Microsoft Visual<br> > > Studio\2017\Community\Common7\IDE\VC\VCTargets\Microsoft.CppCommon.targets(= 209,5):<br> > > error MSB6006: "cmd.exe" exited with code -1073741502.<br> > >=C2=A0 =C2=A0 =C2=A00 Warning(s)<br> > >=C2=A0 =C2=A0 =C2=A01 Error(s)<br> > ><br> > > Time Elapsed 00:00:03.15<br> > > ------ Build started: Project: wxregex, Configuration: DLL Release x64 ------<br> > > Build started 7/7/2026 10:51:26 PM.<br> > > Target InitializeBuildStatus:<br> > >=C2=A0 =C2=A0Touching "vc_x64_mswudll\wxregex\wxregex.tlog\unsuccessfulbuild".<br> > > Target ClCompile:<br> > >=C2=A0 =C2=A0pcre2_auto_possess.c<br> > >=C2=A0 =C2=A0pcre2_chartables.c<br> > >=C2=A0 =C2=A0c:\wxwidgets\include\wx\platform.h(154): fa= tal error C1083: Cannot<br> > > open include file: 'wx/setup.h': No such file or directory (compiling<br> > > source file ..\..\3rdparty\pcre\src\pcre2_auto_possess.c)<br> > >=C2=A0 =C2=A0c:\wxwidgets\include\wx\platform.h(154): fa= tal error C1083: Cannot<br> > > open include file: 'wx/setup.h': No such file or directory (compiling<br> > > source file ..\..\3rdparty\pcre\src\pcre2_chartables.c)<br> > >=C2=A0 =C2=A0pcre2_chkdint.c<br> > >=C2=A0 =C2=A0c:\wxwidgets\include\wx\platform.h(154): fa= tal error C1083: Cannot<br> > > open include file: 'wx/setup.h': No such file or directory (compiling<br> > > source file ..\..\3rdparty\pcre\src\pcre2_chkdint.c)<br= > > >=C2=A0 =C2=A0pcre2_compile.c<br> > >=C2=A0 =C2=A0pcre2_compile_cgroup.c<br> > >=C2=A0 =C2=A0c:\wxwidgets\include\wx\platform.h(154): fa= tal error C1083: Cannot<br> > > open include file: 'wx/setup.h': No such file or directory (compiling<br> > > source file ..\..\3rdparty\pcre\src\pcre2_compile.c)<br= > > >=C2=A0 =C2=A0pcre2_compile_class.c<br> > >=C2=A0 =C2=A0c:\wxwidgets\include\wx\platform.h(154): fa= tal error C1083: Cannot<br> > > open include file: 'wx/setup.h': No such file or directory (compiling<br> > > source file ..\..\3rdparty\pcre\src\pcre2_compile_class.c)<br> > >=C2=A0 =C2=A0pcre2_config.c<br> > >=C2=A0 =C2=A0c:\wxwidgets\include\wx\platform.h(154): fa= tal error C1083: Cannot<br> > > open include file: 'wx/setup.h': No such file or directory (compiling<br> > > source file ..\..\3rdparty\pcre\src\pcre2_compile_cgroup.c)<br> > >=C2=A0 =C2=A0c:\wxwidgets\include\wx\platform.h(154): fa= tal error C1083: Cannot<br> > > open include file: 'wx/setup.h': No such file or directory (compiling<br> > > source file ..\..\3rdparty\pcre\src\pcre2_config.c)<br> > >=C2=A0 =C2=A0pcre2_context.c<br> > >=C2=A0 =C2=A0pcre2_convert.c<br> > >=C2=A0 =C2=A0c:\wxwidgets\include\wx\platform.h(154): fa= tal error C1083: Cannot<br> > > open include file: 'wx/setup.h': No such file or directory (compiling<br> > > source file ..\..\3rdparty\pcre\src\pcre2_context.c)<br= > > >=C2=A0 =C2=A0pcre2_dfa_match.c<br> > >=C2=A0 =C2=A0c:\wxwidgets\include\wx\platform.h(154): fa= tal error C1083: Cannot<br> > > open include file: 'wx/setup.h': No such file or directory (compiling<br> > > source file ..\..\3rdparty\pcre\src\pcre2_dfa_match.c)<br> > >=C2=A0 =C2=A0pcre2_error.c<br> > >=C2=A0 =C2=A0c:\wxwidgets\include\wx\platform.h(154): fa= tal error C1083: Cannot<br> > > open include file: 'wx/setup.h': No such file or directory (compiling<br> > > source file ..\..\3rdparty\pcre\src\pcre2_error.c)<br> > >=C2=A0 =C2=A0c:\wxwidgets\include\wx\platform.h(154): fa= tal error C1083: Cannot<br> > > open include file: 'wx/setup.h': No such file or directory (compiling<br> > > source file ..\..\3rdparty\pcre\src\pcre2_convert.c)<br= > > >=C2=A0 =C2=A0pcre2_extuni.c<br> > >=C2=A0 =C2=A0c:\wxwidgets\include\wx\platform.h(154): fa= tal error C1083: Cannot<br> > > open include file: 'wx/setup.h': No such file or directory (compiling<br> > > source file ..\..\3rdparty\pcre\src\pcre2_extuni.c)<br> > >=C2=A0 =C2=A0pcre2_find_bracket.c<br> > >=C2=A0 =C2=A0c:\wxwidgets\include\wx\platform.h(154): fa= tal error C1083: Cannot<br> > > open include file: 'wx/setup.h': No such file or directory (compiling<br> > > source file ..\..\3rdparty\pcre\src\pcre2_find_bracket.c)<br> > >=C2=A0 =C2=A0pcre2_jit_compile.c<br> > >=C2=A0 =C2=A0pcre2_maketables.c<br> > >=C2=A0 =C2=A0c:\wxwidgets\include\wx\platform.h(154): fa= tal error C1083: Cannot<br> > > open include file: 'wx/setup.h': No such file or directory (compiling<br> > > source file ..\..\3rdparty\pcre\src\pcre2_maketables.c)<br> > >=C2=A0 =C2=A0pcre2_match.c<br> > >=C2=A0 =C2=A0c:\wxwidgets\include\wx\platform.h(154): fa= tal error C1083: Cannot<br> > > open include file: 'wx/setup.h': No such file or directory (compiling<br> > > source file ..\..\3rdparty\pcre\src\pcre2_jit_compile.c)<br> > >=C2=A0 =C2=A0pcre2_match_data.c<br> > >=C2=A0 =C2=A0c:\wxwidgets\include\wx\platform.h(154): fa= tal error C1083: Cannot<br> > > open include file: 'wx/setup.h': No such file or directory (compiling<br> > > source file ..\..\3rdparty\pcre\src\pcre2_match_data.c)<br> > >=C2=A0 =C2=A0pcre2_match_next.c<br> > >=C2=A0 =C2=A0c:\wxwidgets\include\wx\platform.h(154): fa= tal error C1083: Cannot<br> > > open include file: 'wx/setup.h': No such file or directory (compiling<br> > > source file ..\..\3rdparty\pcre\src\pcre2_match.c)<br> > >=C2=A0 =C2=A0pcre2_newline.c<br> > >=C2=A0 =C2=A0c:\wxwidgets\include\wx\platform.h(154): fa= tal error C1083: Cannot<br> > > open include file: 'wx/setup.h': No such file or directory (compiling<br> > > source file ..\..\3rdparty\pcre\src\pcre2_newline.c)<br= > > >=C2=A0 =C2=A0c:\wxwidgets\include\wx\platform.h(154): fa= tal error C1083: Cannot<br> > > open include file: 'wx/setup.h': No such file or directory (compiling<br> > > source file ..\..\3rdparty\pcre\src\pcre2_match_next.c)<br> > >=C2=A0 =C2=A0pcre2_ord2utf.c<br> > >=C2=A0 =C2=A0c:\wxwidgets\include\wx\platform.h(154): fa= tal error C1083: Cannot<br> > > open include file: 'wx/setup.h': No such file or directory (compiling<br> > > source file ..\..\3rdparty\pcre\src\pcre2_ord2utf.c)<br= > > >=C2=A0 =C2=A0pcre2_pattern_info.c<br> > >=C2=A0 =C2=A0pcre2_script_run.c<br> > >=C2=A0 =C2=A0c:\wxwidgets\include\wx\platform.h(154): fa= tal error C1083: Cannot<br> > > open include file: 'wx/setup.h': No such file or directory (compiling<br> > > source file ..\..\3rdparty\pcre\src\pcre2_script_run.c)<br> > >=C2=A0 =C2=A0pcre2_serialize.c<br> > >=C2=A0 =C2=A0c:\wxwidgets\include\wx\platform.h(154): fa= tal error C1083: Cannot<br> > > open include file: 'wx/setup.h': No such file or directory (compiling<br> > > source file ..\..\3rdparty\pcre\src\pcre2_serialize.c)<br> > >=C2=A0 =C2=A0pcre2_string_utils.c<br> > >=C2=A0 =C2=A0c:\wxwidgets\include\wx\platform.h(154): fa= tal error C1083: Cannot<br> > > open include file: 'wx/setup.h': No such file or directory (compiling<br> > > source file ..\..\3rdparty\pcre\src\pcre2_pattern_info.c)<br> > >=C2=A0 =C2=A0pcre2_study.c<br> > >=C2=A0 =C2=A0c:\wxwidgets\include\wx\platform.h(154): fa= tal error C1083: Cannot<br> > > open include file: 'wx/setup.h': No such file or directory (compiling<br> > > source file ..\..\3rdparty\pcre\src\pcre2_study.c)<br> > >=C2=A0 =C2=A0pcre2_substitute.c<br> > >=C2=A0 =C2=A0c:\wxwidgets\include\wx\platform.h(154): fa= tal error C1083: Cannot<br> > > open include file: 'wx/setup.h': No such file or directory (compiling<br> > > source file ..\..\3rdparty\pcre\src\pcre2_substitute.c)<br> > >=C2=A0 =C2=A0c:\wxwidgets\include\wx\platform.h(154): fa= tal error C1083: Cannot<br> > > open include file: 'wx/setup.h': No such file or directory (compiling<br> > > source file ..\..\3rdparty\pcre\src\pcre2_string_utils.c)<br> > >=C2=A0 =C2=A0pcre2_substring.c<br> > >=C2=A0 =C2=A0pcre2_tables.c<br> > >=C2=A0 =C2=A0c:\wxwidgets\include\wx\platform.h(154): fa= tal error C1083: Cannot<br> > > open include file: 'wx/setup.h': No such file or directory (compiling<br> > > source file ..\..\3rdparty\pcre\src\pcre2_tables.c)<br> > >=C2=A0 =C2=A0pcre2_ucd.c<br> > >=C2=A0 =C2=A0c:\wxwidgets\include\wx\platform.h(154): fa= tal error C1083: Cannot<br> > > open include file: 'wx/setup.h': No such file or directory (compiling<br> > > source file ..\..\3rdparty\pcre\src\pcre2_ucd.c)<br> > >=C2=A0 =C2=A0pcre2_valid_utf.c<br> > >=C2=A0 =C2=A0c:\wxwidgets\include\wx\platform.h(154): fa= tal error C1083: Cannot<br> > > open include file: 'wx/setup.h': No such file or directory (compiling<br> > > source file ..\..\3rdparty\pcre\src\pcre2_substring.c)<br> > >=C2=A0 =C2=A0pcre2_xclass.c<br> > >=C2=A0 =C2=A0c:\wxwidgets\include\wx\platform.h(154): fa= tal error C1083: Cannot<br> > > open include file: 'wx/setup.h': No such file or directory (compiling<br> > > source file ..\..\3rdparty\pcre\src\pcre2_xclass.c)<br> > >=C2=A0 =C2=A0c:\wxwidgets\include\wx\platform.h(154): fa= tal error C1083: Cannot<br> > > open include file: 'wx/setup.h': No such file or directory (compiling<br> > > source file ..\..\3rdparty\pcre\src\pcre2_valid_utf.c)<br> > > Done building target "ClCompile" in project "wx_wxregex.vcxproj" -- FAILED.<br> > ><br> > > Done building project "wx_wxregex.vcxproj" -- FAILED.<br> > ><br> > > Build FAILED.<br> > ><br> > > c:\wxwidgets\include\wx\platform.h(154): fatal error C1083: Cannot<br> > > open include file: 'wx/setup.h': No such file or directory (compiling<br> > > source file ..\..\3rdparty\pcre\src\pcre2_auto_possess.c)<br> > > c:\wxwidgets\include\wx\platform.h(154): fatal error C1083: Cannot<br> > > open include file: 'wx/setup.h': No such file or directory (compiling<br> > > source file ..\..\3rdparty\pcre\src\pcre2_chartables.c)<br> > > c:\wxwidgets\include\wx\platform.h(154): fatal error C1083: Cannot<br> > > open include file: 'wx/setup.h': No such file or directory (compiling<br> > > source file ..\..\3rdparty\pcre\src\pcre2_chkdint.c)<br= > > > c:\wxwidgets\include\wx\platform.h(154): fatal error C1083: Cannot<br> > > open include file: 'wx/setup.h': No such file or directory (compiling<br> > > source file ..\..\3rdparty\pcre\src\pcre2_compile.c)<br= > > > c:\wxwidgets\include\wx\platform.h(154): fatal error C1083: Cannot<br> > > open include file: 'wx/setup.h': No such file or directory (compiling<br> > > source file ..\..\3rdparty\pcre\src\pcre2_compile_class.c)<br> > > c:\wxwidgets\include\wx\platform.h(154): fatal error C1083: Cannot<br> > > open include file: 'wx/setup.h': No such file or directory (compiling<br> > > source file ..\..\3rdparty\pcre\src\pcre2_compile_cgroup.c)<br> > > c:\wxwidgets\include\wx\platform.h(154): fatal error C1083: Cannot<br> > > open include file: 'wx/setup.h': No such file or directory (compiling<br> > > source file ..\..\3rdparty\pcre\src\pcre2_config.c)<br> > > c:\wxwidgets\include\wx\platform.h(154): fatal error C1083: Cannot<br> > > open include file: 'wx/setup.h': No such file or directory (compiling<br> > > source file ..\..\3rdparty\pcre\src\pcre2_context.c)<br= > > > c:\wxwidgets\include\wx\platform.h(154): fatal error C1083: Cannot<br> > > open include file: 'wx/setup.h': No such file or directory (compiling<br> > > source file ..\..\3rdparty\pcre\src\pcre2_dfa_match.c)<br> > > c:\wxwidgets\include\wx\platform.h(154): fatal error C1083: Cannot<br> > > open include file: 'wx/setup.h': No such file or directory (compiling<br> > > source file ..\..\3rdparty\pcre\src\pcre2_error.c)<br> > > c:\wxwidgets\include\wx\platform.h(154): fatal error C1083: Cannot<br> > > open include file: 'wx/setup.h': No such file or directory (compiling<br> > > source file ..\..\3rdparty\pcre\src\pcre2_convert.c)<br= > > > c:\wxwidgets\include\wx\platform.h(154): fatal error C1083: Cannot<br> > > open include file: 'wx/setup.h': No such file or directory (compiling<br> > > source file ..\..\3rdparty\pcre\src\pcre2_extuni.c)<br> > > c:\wxwidgets\include\wx\platform.h(154): fatal error C1083: Cannot<br> > > open include file: 'wx/setup.h': No such file or directory (compiling<br> > > source file ..\..\3rdparty\pcre\src\pcre2_find_bracket.c)<br> > > c:\wxwidgets\include\wx\platform.h(154): fatal error C1083: Cannot<br> > > open include file: 'wx/setup.h': No such file or directory (compiling<br> > > source file ..\..\3rdparty\pcre\src\pcre2_maketables.c)<br> > > c:\wxwidgets\include\wx\platform.h(154): fatal error C1083: Cannot<br> > > open include file: 'wx/setup.h': No such file or directory (compiling<br> > > source file ..\..\3rdparty\pcre\src\pcre2_jit_compile.c)<br> > > c:\wxwidgets\include\wx\platform.h(154): fatal error C1083: Cannot<br> > > open include file: 'wx/setup.h': No such file or directory (compiling<br> > > source file ..\..\3rdparty\pcre\src\pcre2_match_data.c)<br> > > c:\wxwidgets\include\wx\platform.h(154): fatal error C1083: Cannot<br> > > open include file: 'wx/setup.h': No such file or directory (compiling<br> > > source file ..\..\3rdparty\pcre\src\pcre2_match.c)<br> > > c:\wxwidgets\include\wx\platform.h(154): fatal error C1083: Cannot<br> > > open include file: 'wx/setup.h': No such file or directory (compiling<br> > > source file ..\..\3rdparty\pcre\src\pcre2_newline.c)<br= > > > c:\wxwidgets\include\wx\platform.h(154): fatal error C1083: Cannot<br> > > open include file: 'wx/setup.h': No such file or directory (compiling<br> > > source file ..\..\3rdparty\pcre\src\pcre2_match_next.c)<br> > > c:\wxwidgets\include\wx\platform.h(154): fatal error C1083: Cannot<br> > > open include file: 'wx/setup.h': No such file or directory (compiling<br> > > source file ..\..\3rdparty\pcre\src\pcre2_ord2utf.c)<br= > > > c:\wxwidgets\include\wx\platform.h(154): fatal error C1083: Cannot<br> > > open include file: 'wx/setup.h': No such file or directory (compiling<br> > > source file ..\..\3rdparty\pcre\src\pcre2_script_run.c)<br> > > c:\wxwidgets\include\wx\platform.h(154): fatal error C1083: Cannot<br> > > open include file: 'wx/setup.h': No such file or directory (compiling<br> > > source file ..\..\3rdparty\pcre\src\pcre2_serialize.c)<br> > > c:\wxwidgets\include\wx\platform.h(154): fatal error C1083: Cannot<br> > > open include file: 'wx/setup.h': No such file or directory (compiling<br> > > source file ..\..\3rdparty\pcre\src\pcre2_pattern_info.c)<br> > > c:\wxwidgets\include\wx\platform.h(154): fatal error C1083: Cannot<br> > > open include file: 'wx/setup.h': No such file or directory (compiling<br> > > source file ..\..\3rdparty\pcre\src\pcre2_study.c)<br> > > c:\wxwidgets\include\wx\platform.h(154): fatal error C1083: Cannot<br> > > open include file: 'wx/setup.h': No such file or directory (compiling<br> > > source file ..\..\3rdparty\pcre\src\pcre2_substitute.c)<br> > > c:\wxwidgets\include\wx\platform.h(154): fatal error C1083: Cannot<br> > > open include file: 'wx/setup.h': No such file or directory (compiling<br> > > source file ..\..\3rdparty\pcre\src\pcre2_string_utils.c)<br> > > c:\wxwidgets\include\wx\platform.h(154): fatal error C1083: Cannot<br> > > open include file: 'wx/setup.h': No such file or directory (compiling<br> > > source file ..\..\3rdparty\pcre\src\pcre2_tables.c)<br> > > c:\wxwidgets\include\wx\platform.h(154): fatal error C1083: Cannot<br> > > open include file: 'wx/setup.h': No such file or directory (compiling<br> > > source file ..\..\3rdparty\pcre\src\pcre2_ucd.c)<br> > > c:\wxwidgets\include\wx\platform.h(154): fatal error C1083: Cannot<br> > > open include file: 'wx/setup.h': No such file or directory (compiling<br> > > source file ..\..\3rdparty\pcre\src\pcre2_substring.c)<br> > > c:\wxwidgets\include\wx\platform.h(154): fatal error C1083: Cannot<br> > > open include file: 'wx/setup.h': No such file or directory (compiling<br> > > source file ..\..\3rdparty\pcre\src\pcre2_xclass.c)<br> > > c:\wxwidgets\include\wx\platform.h(154): fatal error C1083: Cannot<br> > > open include file: 'wx/setup.h': No such file or directory (compiling<br> > > source file ..\..\3rdparty\pcre\src\pcre2_valid_utf.c)<br> > >=C2=A0 =C2=A0 =C2=A00 Warning(s)<br> > >=C2=A0 =C2=A0 =C2=A031 Error(s)<br> > ><br> > > Time Elapsed 00:00:07.90<br> > > ------ Build started: Project: wxregex, Configuration: DLL Release Win32 ------<br> > > Build started 7/7/2026 10:51:34 PM.<br> > > Target InitializeBuildStatus:<br> > >=C2=A0 =C2=A0Touching "vc_mswudll\wxregex\wxregex.tlog\unsuccessfulbuild".<br> > > Target ClCompile:<br> > >=C2=A0 =C2=A0pcre2_auto_possess.c<br> > >=C2=A0 =C2=A0c:\wxwidgets\include\wx\platform.h(154): fa= tal error C1083: Cannot<br> > > open include file: 'wx/setup.h': No such file or directory (compiling<br> > > source file ..\..\3rdparty\pcre\src\pcre2_auto_possess.c)<br> > >=C2=A0 =C2=A0pcre2_chartables.c<br> > >=C2=A0 =C2=A0pcre2_chkdint.c<br> > >=C2=A0 =C2=A0c:\wxwidgets\include\wx\platform.h(154): fa= tal error C1083: Cannot<br> > > open include file: 'wx/setup.h': No such file or directory (compiling<br> > > source file ..\..\3rdparty\pcre\src\pcre2_chartables.c)<br> > >=C2=A0 =C2=A0pcre2_compile.c<br> > >=C2=A0 =C2=A0c:\wxwidgets\include\wx\platform.h(154): fa= tal error C1083: Cannot<br> > > open include file: 'wx/setup.h': No such file or directory (compiling<br> > > source file ..\..\3rdparty\pcre\src\pcre2_chkdint.c)<br= > > >=C2=A0 =C2=A0pcre2_compile_cgroup.c<br> > >=C2=A0 =C2=A0c:\wxwidgets\include\wx\platform.h(154): fa= tal error C1083: Cannot<br> > > open include file: 'wx/setup.h': No such file or directory (compiling<br> > > source file ..\..\3rdparty\pcre\src\pcre2_compile.c)<br= > > >=C2=A0 =C2=A0pcre2_compile_class.c<br> > >=C2=A0 =C2=A0c:\wxwidgets\include\wx\platform.h(154): fa= tal error C1083: Cannot<br> > > open include file: 'wx/setup.h': No such file or directory (compiling<br> > > source file ..\..\3rdparty\pcre\src\pcre2_compile_cgroup.c)<br> > >=C2=A0 =C2=A0pcre2_config.c<br> > >=C2=A0 =C2=A0c:\wxwidgets\include\wx\platform.h(154): fa= tal error C1083: Cannot<br> > > open include file: 'wx/setup.h': No such file or directory (compiling<br> > > source file ..\..\3rdparty\pcre\src\pcre2_compile_class.c)<br> > >=C2=A0 =C2=A0pcre2_context.c<br> > >=C2=A0 =C2=A0c:\wxwidgets\include\wx\platform.h(154): fa= tal error C1083: Cannot<br> > > open include file: 'wx/setup.h': No such file or directory (compiling<br> > > source file ..\..\3rdparty\pcre\src\pcre2_config.c)<br> > >=C2=A0 =C2=A0c:\wxwidgets\include\wx\platform.h(154): fa= tal error C1083: Cannot<br> > > open include file: 'wx/setup.h': No such file or directory (compiling<br> > > source file ..\..\3rdparty\pcre\src\pcre2_context.c)<br= > > >=C2=A0 =C2=A0pcre2_convert.c<br> > >=C2=A0 =C2=A0pcre2_dfa_match.c<br> > >=C2=A0 =C2=A0c:\wxwidgets\include\wx\platform.h(154): fa= tal error C1083: Cannot<br> > > open include file: 'wx/setup.h': No such file or directory (compiling<br> > > source file ..\..\3rdparty\pcre\src\pcre2_convert.c)<br= > > >=C2=A0 =C2=A0pcre2_error.c<br> > >=C2=A0 =C2=A0c:\wxwidgets\include\wx\platform.h(154): fa= tal error C1083: Cannot<br> > > open include file: 'wx/setup.h': No such file or directory (compiling<br> > > source file ..\..\3rdparty\pcre\src\pcre2_dfa_match.c)<br> > >=C2=A0 =C2=A0pcre2_extuni.c<br> > >=C2=A0 =C2=A0c:\wxwidgets\include\wx\platform.h(154): fa= tal error C1083: Cannot<br> > > open include file: 'wx/setup.h': No such file or directory (compiling<br> > > source file ..\..\3rdparty\pcre\src\pcre2_error.c)<br> > >=C2=A0 =C2=A0pcre2_find_bracket.c<br> > >=C2=A0 =C2=A0c:\wxwidgets\include\wx\platform.h(154): fa= tal error C1083: Cannot<br> > > open include file: 'wx/setup.h': No such file or directory (compiling<br> > > source file ..\..\3rdparty\pcre\src\pcre2_extuni.c)<br> > >=C2=A0 =C2=A0pcre2_jit_compile.c<br> > >=C2=A0 =C2=A0c:\wxwidgets\include\wx\platform.h(154): fa= tal error C1083: Cannot<br> > > open include file: 'wx/setup.h': No such file or directory (compiling<br> > > source file ..\..\3rdparty\pcre\src\pcre2_find_bracket.c)<br> > >=C2=A0 =C2=A0pcre2_maketables.c<br> > >=C2=A0 =C2=A0c:\wxwidgets\include\wx\platform.h(154): fa= tal error C1083: Cannot<br> > > open include file: 'wx/setup.h': No such file or directory (compiling<br> > > source file ..\..\3rdparty\pcre\src\pcre2_jit_compile.c)<br> > >=C2=A0 =C2=A0pcre2_match.c<br> > >=C2=A0 =C2=A0c:\wxwidgets\include\wx\platform.h(154): fa= tal error C1083: Cannot<br> > > open include file: 'wx/setup.h': No such file or directory (compiling<br> > > source file ..\..\3rdparty\pcre\src\pcre2_maketables.c)<br> > >=C2=A0 =C2=A0pcre2_match_data.c<br> > >=C2=A0 =C2=A0c:\wxwidgets\include\wx\platform.h(154): fa= tal error C1083: Cannot<br> > > open include file: 'wx/setup.h': No such file or directory (compiling<br> > > source file ..\..\3rdparty\pcre\src\pcre2_match.c)<br> > >=C2=A0 =C2=A0pcre2_match_next.c<br> > >=C2=A0 =C2=A0c:\wxwidgets\include\wx\platform.h(154): fa= tal error C1083: Cannot<br> > > open include file: 'wx/setup.h': No such file or directory (compiling<br> > > source file ..\..\3rdparty\pcre\src\pcre2_match_data.c)<br> > >=C2=A0 =C2=A0pcre2_newline.c<br> > >=C2=A0 =C2=A0c:\wxwidgets\include\wx\platform.h(154): fa= tal error C1083: Cannot<br> > > open include file: 'wx/setup.h': No such file or directory (compiling<br> > > source file ..\..\3rdparty\pcre\src\pcre2_match_next.c)<br> > >=C2=A0 =C2=A0pcre2_ord2utf.c<br> > >=C2=A0 =C2=A0c:\wxwidgets\include\wx\platform.h(154): fa= tal error C1083: Cannot<br> > > open include file: 'wx/setup.h': No such file or directory (compiling<br> > > source file ..\..\3rdparty\pcre\src\pcre2_newline.c)<br= > > >=C2=A0 =C2=A0pcre2_pattern_info.c<br> > >=C2=A0 =C2=A0c:\wxwidgets\include\wx\platform.h(154): fa= tal error C1083: Cannot<br> > > open include file: 'wx/setup.h': No such file or directory (compiling<br> > > source file ..\..\3rdparty\pcre\src\pcre2_ord2utf.c)<br= > > >=C2=A0 =C2=A0pcre2_script_run.c<br> > >=C2=A0 =C2=A0c:\wxwidgets\include\wx\platform.h(154): fa= tal error C1083: Cannot<br> > > open include file: 'wx/setup.h': No such file or directory (compiling<br> > > source file ..\..\3rdparty\pcre\src\pcre2_pattern_info.c)<br> > >=C2=A0 =C2=A0pcre2_serialize.c<br> > >=C2=A0 =C2=A0c:\wxwidgets\include\wx\platform.h(154): fa= tal error C1083: Cannot<br> > > open include file: 'wx/setup.h': No such file or directory (compiling<br> > > source file ..\..\3rdparty\pcre\src\pcre2_script_run.c)<br> > >=C2=A0 =C2=A0pcre2_string_utils.c<br> > >=C2=A0 =C2=A0c:\wxwidgets\include\wx\platform.h(154): fa= tal error C1083: Cannot<br> > > open include file: 'wx/setup.h': No such file or directory (compiling<br> > > source file ..\..\3rdparty\pcre\src\pcre2_serialize.c)<br> > >=C2=A0 =C2=A0pcre2_study.c<br> > >=C2=A0 =C2=A0c:\wxwidgets\include\wx\platform.h(154): fa= tal error C1083: Cannot<br> > > open include file: 'wx/setup.h': No such file or directory (compiling<br> > > source file ..\..\3rdparty\pcre\src\pcre2_string_utils.c)<br> > >=C2=A0 =C2=A0pcre2_substitute.c<br> > >=C2=A0 =C2=A0c:\wxwidgets\include\wx\platform.h(154): fa= tal error C1083: Cannot<br> > > open include file: 'wx/setup.h': No such file or directory (compiling<br> > > source file ..\..\3rdparty\pcre\src\pcre2_study.c)<br> > >=C2=A0 =C2=A0pcre2_substring.c<br> > >=C2=A0 =C2=A0c:\wxwidgets\include\wx\platform.h(154): fa= tal error C1083: Cannot<br> > > open include file: 'wx/setup.h': No such file or directory (compiling<br> > > source file ..\..\3rdparty\pcre\src\pcre2_substitute.c)<br> > >=C2=A0 =C2=A0pcre2_tables.c<br> > >=C2=A0 =C2=A0c:\wxwidgets\include\wx\platform.h(154): fa= tal error C1083: Cannot<br> > > open include file: 'wx/setup.h': No such file or directory (compiling<br> > > source file ..\..\3rdparty\pcre\src\pcre2_substring.c)<br> > >=C2=A0 =C2=A0c:\wxwidgets\include\wx\platform.h(154): fa= tal error C1083: Cannot<br> > > open include file: 'wx/setup.h': No such file or directory (compiling<br> > > source file ..\..\3rdparty\pcre\src\pcre2_tables.c)<br> > >=C2=A0 =C2=A0pcre2_ucd.c<br> > >=C2=A0 =C2=A0pcre2_valid_utf.c<br> > >=C2=A0 =C2=A0c:\wxwidgets\include\wx\platform.h(154): fa= tal error C1083: Cannot<br> > > open include file: 'wx/setup.h': No such file or directory (compiling<br> > > source file ..\..\3rdparty\pcre\src\pcre2_valid_utf.c)<br> > >=C2=A0 =C2=A0pcre2_xclass.c<br> > >=C2=A0 =C2=A0c:\wxwidgets\include\wx\platform.h(154): fa= tal error C1083: Cannot<br> > > open include file: 'wx/setup.h': No such file or directory (compiling<br> > > source file ..\..\3rdparty\pcre\src\pcre2_xclass.c)<br> > >=C2=A0 =C2=A0c:\wxwidgets\include\wx\platform.h(154): fa= tal error C1083: Cannot<br> > > open include file: 'wx/setup.h': No such file or directory (compiling<br> > > source file ..\..\3rdparty\pcre\src\pcre2_ucd.c)<br> > > Done building target "ClCompile" in project "wx_wxregex.vcxproj" -- FAILED.<br> > ><br> > > Done building project "wx_wxregex.vcxproj" -- FAILED.<br> > ><br> > > Build FAILED.<br> > ><br> > > c:\wxwidgets\include\wx\platform.h(154): fatal error C1083: Cannot<br> > > open include file: 'wx/setup.h': No such file or directory (compiling<br> > > source file ..\..\3rdparty\pcre\src\pcre2_auto_possess.c)<br> > > c:\wxwidgets\include\wx\platform.h(154): fatal error C1083: Cannot<br> > > open include file: 'wx/setup.h': No such file or directory (compiling<br> > > source file ..\..\3rdparty\pcre\src\pcre2_chartables.c)<br> > > c:\wxwidgets\include\wx\platform.h(154): fatal error C1083: Cannot<br> > > open include file: 'wx/setup.h': No such file or directory (compiling<br> > > source file ..\..\3rdparty\pcre\src\pcre2_chkdint.c)<br= > > > c:\wxwidgets\include\wx\platform.h(154): fatal error C1083: Cannot<br> > > open include file: 'wx/setup.h': No such file or directory (compiling<br> > > source file ..\..\3rdparty\pcre\src\pcre2_compile.c)<br= > > > c:\wxwidgets\include\wx\platform.h(154): fatal error C1083: Cannot<br> > > open include file: 'wx/setup.h': No such file or directory (compiling<br> > > source file ..\..\3rdparty\pcre\src\pcre2_compile_cgroup.c)<br> > > c:\wxwidgets\include\wx\platform.h(154): fatal error C1083: Cannot<br> > > open include file: 'wx/setup.h': No such file or directory (compiling<br> > > source file ..\..\3rdparty\pcre\src\pcre2_compile_class.c)<br> > > c:\wxwidgets\include\wx\platform.h(154): fatal error C1083: Cannot<br> > > open include file: 'wx/setup.h': No such file or directory (compiling<br> > > source file ..\..\3rdparty\pcre\src\pcre2_config.c)<br> > > c:\wxwidgets\include\wx\platform.h(154): fatal error C1083: Cannot<br> > > open include file: 'wx/setup.h': No such file or directory (compiling<br> > > source file ..\..\3rdparty\pcre\src\pcre2_context.c)<br= > > > c:\wxwidgets\include\wx\platform.h(154): fatal error C1083: Cannot<br> > > open include file: 'wx/setup.h': No such file or directory (compiling<br> > > source file ..\..\3rdparty\pcre\src\pcre2_convert.c)<br= > > > c:\wxwidgets\include\wx\platform.h(154): fatal error C1083: Cannot<br> > > open include file: 'wx/setup.h': No such file or directory (compiling<br> > > source file ..\..\3rdparty\pcre\src\pcre2_dfa_match.c)<br> > > c:\wxwidgets\include\wx\platform.h(154): fatal error C1083: Cannot<br> > > open include file: 'wx/setup.h': No such file or directory (compiling<br> > > source file ..\..\3rdparty\pcre\src\pcre2_error.c)<br> > > c:\wxwidgets\include\wx\platform.h(154): fatal error C1083: Cannot<br> > > open include file: 'wx/setup.h': No such file or directory (compiling<br> > > source file ..\..\3rdparty\pcre\src\pcre2_extuni.c)<br> > > c:\wxwidgets\include\wx\platform.h(154): fatal error C1083: Cannot<br> > > open include file: 'wx/setup.h': No such file or directory (compiling<br> > > source file ..\..\3rdparty\pcre\src\pcre2_find_bracket.c)<br> > > c:\wxwidgets\include\wx\platform.h(154): fatal error C1083: Cannot<br> > > open include file: 'wx/setup.h': No such file or directory (compiling<br> > > source file ..\..\3rdparty\pcre\src\pcre2_jit_compile.c)<br> > > c:\wxwidgets\include\wx\platform.h(154): fatal error C1083: Cannot<br> > > open include file: 'wx/setup.h': No such file or directory (compiling<br> > > source file ..\..\3rdparty\pcre\src\pcre2_maketables.c)<br> > > c:\wxwidgets\include\wx\platform.h(154): fatal error C1083: Cannot<br> > > open include file: 'wx/setup.h': No such file or directory (compiling<br> > > source file ..\..\3rdparty\pcre\src\pcre2_match.c)<br> > > c:\wxwidgets\include\wx\platform.h(154): fatal error C1083: Cannot<br> > > open include file: 'wx/setup.h': No such file or directory (compiling<br> > > source file ..\..\3rdparty\pcre\src\pcre2_match_data.c)<br> > > c:\wxwidgets\include\wx\platform.h(154): fatal error C1083: Cannot<br> > > open include file: 'wx/setup.h': No such file or directory (compiling<br> > > source file ..\..\3rdparty\pcre\src\pcre2_match_next.c)<br> > > c:\wxwidgets\include\wx\platform.h(154): fatal error C1083: Cannot<br> > > open include file: 'wx/setup.h': No such file or directory (compiling<br> > > source file ..\..\3rdparty\pcre\src\pcre2_newline.c)<br= > > > c:\wxwidgets\include\wx\platform.h(154): fatal error C1083: Cannot<br> > > open include file: 'wx/setup.h': No such file or directory (compiling<br> > > source file ..\..\3rdparty\pcre\src\pcre2_ord2utf.c)<br= > > > c:\wxwidgets\include\wx\platform.h(154): fatal error C1083: Cannot<br> > > open include file: 'wx/setup.h': No such file or directory (compiling<br> > > source file ..\..\3rdparty\pcre\src\pcre2_pattern_info.c)<br> > > c:\wxwidgets\include\wx\platform.h(154): fatal error C1083: Cannot<br> > > open include file: 'wx/setup.h': No such file or directory (compiling<br> > > source file ..\..\3rdparty\pcre\src\pcre2_script_run.c)<br> > > c:\wxwidgets\include\wx\platform.h(154): fatal error C1083: Cannot<br> > > open include file: 'wx/setup.h': No such file or directory (compiling<br> > > source file ..\..\3rdparty\pcre\src\pcre2_serialize.c)<br> > > c:\wxwidgets\include\wx\platform.h(154): fatal error C1083: Cannot<br> > > open include file: 'wx/setup.h': No such file or directory (compiling<br> > > source file ..\..\3rdparty\pcre\src\pcre2_string_utils.c)<br> > > c:\wxwidgets\include\wx\platform.h(154): fatal error C1083: Cannot<br> > > open include file: 'wx/setup.h': No such file or directory (compiling<br> > > source file ..\..\3rdparty\pcre\src\pcre2_study.c)<br> > > c:\wxwidgets\include\wx\platform.h(154): fatal error C1083: Cannot<br> > > open include file: 'wx/setup.h': No such file or directory (compiling<br> > > source file ..\..\3rdparty\pcre\src\pcre2_substitute.c)<br> > > c:\wxwidgets\include\wx\platform.h(154): fatal error C1083: Cannot<br> > > open include file: 'wx/setup.h': No such file or directory (compiling<br> > > source file ..\..\3rdparty\pcre\src\pcre2_substring.c)<br> > > c:\wxwidgets\include\wx\platform.h(154): fatal error C1083: Cannot<br> > > open include file: 'wx/setup.h': No such file or directory (compiling<br> > > source file ..\..\3rdparty\pcre\src\pcre2_tables.c)<br> > > c:\wxwidgets\include\wx\platform.h(154): fatal error C1083: Cannot<br> > > open include file: 'wx/setup.h': No such file or directory (compiling<br> > > source file ..\..\3rdparty\pcre\src\pcre2_valid_utf.c)<br> > > c:\wxwidgets\include\wx\platform.h(154): fatal error C1083: Cannot<br> > > open include file: 'wx/setup.h': No such file or directory (compiling<br> > > source file ..\..\3rdparty\pcre\src\pcre2_xclass.c)<br> > > c:\wxwidgets\include\wx\platform.h(154): fatal error C1083: Cannot<br> > > open include file: 'wx/setup.h': No such file or directory (compiling<br> > > source file ..\..\3rdparty\pcre\src\pcre2_ucd.c)<br> > >=C2=A0 =C2=A0 =C2=A00 Warning(s)<br> > >=C2=A0 =C2=A0 =C2=A031 Error(s)<br> > ><br> > > Time Elapsed 00:00:02.89<br> > > ------ Build started: Project: wxregex, Configuration: DLL Debug x64 ------<br> > > Build started 7/7/2026 10:51:37 PM.<br> > > Target InitializeBuildStatus:<br> > >=C2=A0 =C2=A0Touching "vc_x64_mswuddll\wxregex\wxregex.tlog\unsuccessfulbuild".<br> > > Target ClCompile:<br> > >=C2=A0 =C2=A0pcre2_auto_possess.c<br> > >=C2=A0 =C2=A0c:\wxwidgets\include\wx\platform.h(154): fa= tal error C1083: Cannot<br> > > open include file: 'wx/setup.h': No such file or directory (compiling<br> > > source file ..\..\3rdparty\pcre\src\pcre2_auto_possess.c)<br> > >=C2=A0 =C2=A0pcre2_chartables.c<br> > >=C2=A0 =C2=A0c:\wxwidgets\include\wx\platform.h(154): fa= tal error C1083: Cannot<br> > > open include file: 'wx/setup.h': No such file or directory (compiling<br> > > source file ..\..\3rdparty\pcre\src\pcre2_chartables.c)<br> > >=C2=A0 =C2=A0pcre2_chkdint.c<br> > >=C2=A0 =C2=A0pcre2_compile.c<br> > >=C2=A0 =C2=A0c:\wxwidgets\include\wx\platform.h(154): fa= tal error C1083: Cannot<br> > > open include file: 'wx/setup.h': No such file or directory (compiling<br> > > source file ..\..\3rdparty\pcre\src\pcre2_chkdint.c)<br= > > >=C2=A0 =C2=A0pcre2_compile_cgroup.c<br> > >=C2=A0 =C2=A0c:\wxwidgets\include\wx\platform.h(154): fa= tal error C1083: Cannot<br> > > open include file: 'wx/setup.h': No such file or directory (compiling<br> > > source file ..\..\3rdparty\pcre\src\pcre2_compile.c)<br= > > >=C2=A0 =C2=A0pcre2_compile_class.c<br> > >=C2=A0 =C2=A0c:\wxwidgets\include\wx\platform.h(154): fa= tal error C1083: Cannot<br> > > open include file: 'wx/setup.h': No such file or directory (compiling<br> > > source file ..\..\3rdparty\pcre\src\pcre2_compile_class.c)<br> > >=C2=A0 =C2=A0pcre2_config.c<br> > >=C2=A0 =C2=A0c:\wxwidgets\include\wx\platform.h(154): fa= tal error C1083: Cannot<br> > > open include file: 'wx/setup.h': No such file or directory (compiling<br> > > source file ..\..\3rdparty\pcre\src\pcre2_compile_cgroup.c)<br> > >=C2=A0 =C2=A0pcre2_context.c<br> > >=C2=A0 =C2=A0c:\wxwidgets\include\wx\platform.h(154): fa= tal error C1083: Cannot<br> > > open include file: 'wx/setup.h': No such file or directory (compiling<br> > > source file ..\..\3rdparty\pcre\src\pcre2_config.c)<br> > >=C2=A0 =C2=A0pcre2_convert.c<br> > >=C2=A0 =C2=A0c:\wxwidgets\include\wx\platform.h(154): fa= tal error C1083: Cannot<br> > > open include file: 'wx/setup.h': No such file or directory (compiling<br> > > source file ..\..\3rdparty\pcre\src\pcre2_convert.c)<br= > > >=C2=A0 =C2=A0c:\wxwidgets\include\wx\platform.h(154): fa= tal error C1083: Cannot<br> > > open include file: 'wx/setup.h': No such file or directory (compiling<br> > > source file ..\..\3rdparty\pcre\src\pcre2_context.c)<br= > > >=C2=A0 =C2=A0pcre2_dfa_match.c<br> > >=C2=A0 =C2=A0c:\wxwidgets\include\wx\platform.h(154): fa= tal error C1083: Cannot<br> > > open include file: 'wx/setup.h': No such file or directory (compiling<br> > > source file ..\..\3rdparty\pcre\src\pcre2_dfa_match.c)<br> > >=C2=A0 =C2=A0pcre2_error.c<br> > >=C2=A0 =C2=A0pcre2_extuni.c<br> > >=C2=A0 =C2=A0c:\wxwidgets\include\wx\platform.h(154): fa= tal error C1083: Cannot<br> > > open include file: 'wx/setup.h': No such file or directory (compiling<br> > > source file ..\..\3rdparty\pcre\src\pcre2_error.c)<br> > >=C2=A0 =C2=A0pcre2_find_bracket.c<br> > >=C2=A0 =C2=A0c:\wxwidgets\include\wx\platform.h(154): fa= tal error C1083: Cannot<br> > > open include file: 'wx/setup.h': No such file or directory (compiling<br> > > source file ..\..\3rdparty\pcre\src\pcre2_extuni.c)<br> > >=C2=A0 =C2=A0pcre2_jit_compile.c<br> > >=C2=A0 =C2=A0c:\wxwidgets\include\wx\platform.h(154): fa= tal error C1083: Cannot<br> > > open include file: 'wx/setup.h': No such file or directory (compiling<br> > > source file ..\..\3rdparty\pcre\src\pcre2_find_bracket.c)<br> > >=C2=A0 =C2=A0c:\wxwidgets\include\wx\platform.h(154): fa= tal error C1083: Cannot<br> > > open include file: 'wx/setup.h': No such file or directory (compiling<br> > > source file ..\..\3rdparty\pcre\src\pcre2_jit_compile.c)<br> > >=C2=A0 =C2=A0pcre2_maketables.c<br> > >=C2=A0 =C2=A0pcre2_match.c<br> > >=C2=A0 =C2=A0c:\wxwidgets\include\wx\platform.h(154): fa= tal error C1083: Cannot<br> > > open include file: 'wx/setup.h': No such file or directory (compiling<br> > > source file ..\..\3rdparty\pcre\src\pcre2_match.c)<br> > >=C2=A0 =C2=A0c:\wxwidgets\include\wx\platform.h(154): fa= tal error C1083: Cannot<br> > > open include file: 'wx/setup.h': No such file or directory (compiling<br> > > source file ..\..\3rdparty\pcre\src\pcre2_maketables.c)<br> > >=C2=A0 =C2=A0pcre2_match_data.c<br> > >=C2=A0 =C2=A0pcre2_match_next.c<br> > >=C2=A0 =C2=A0c:\wxwidgets\include\wx\platform.h(154): fa= tal error C1083: Cannot<br> > > open include file: 'wx/setup.h': No such file or directory (compiling<br> > > source file ..\..\3rdparty\pcre\src\pcre2_match_data.c)<br> > >=C2=A0 =C2=A0pcre2_newline.c<br> > >=C2=A0 =C2=A0c:\wxwidgets\include\wx\platform.h(154): fa= tal error C1083: Cannot<br> > > open include file: 'wx/setup.h': No such file or directory (compiling<br> > > source file ..\..\3rdparty\pcre\src\pcre2_match_next.c)<br> > >=C2=A0 =C2=A0c:\wxwidgets\include\wx\platform.h(154): fa= tal error C1083: Cannot<br> > > open include file: 'wx/setup.h': No such file or directory (compiling<br> > > source file ..\..\3rdparty\pcre\src\pcre2_newline.c)<br= > > >=C2=A0 =C2=A0pcre2_ord2utf.c<br> > >=C2=A0 =C2=A0pcre2_pattern_info.c<br> > >=C2=A0 =C2=A0c:\wxwidgets\include\wx\platform.h(154): fa= tal error C1083: Cannot<br> > > open include file: 'wx/setup.h': No such file or directory (compiling<br> > > source file ..\..\3rdparty\pcre\src\pcre2_pattern_info.c)<br> > >=C2=A0 =C2=A0c:\wxwidgets\include\wx\platform.h(154): fa= tal error C1083: Cannot<br> > > open include file: 'wx/setup.h': No such file or directory (compiling<br> > > source file ..\..\3rdparty\pcre\src\pcre2_ord2utf.c)<br= > > >=C2=A0 =C2=A0pcre2_script_run.c<br> > >=C2=A0 =C2=A0pcre2_serialize.c<br> > >=C2=A0 =C2=A0c:\wxwidgets\include\wx\platform.h(154): fa= tal error C1083: Cannot<br> > > open include file: 'wx/setup.h': No such file or directory (compiling<br> > > source file ..\..\3rdparty\pcre\src\pcre2_script_run.c)<br> > >=C2=A0 =C2=A0pcre2_string_utils.c<br> > >=C2=A0 =C2=A0c:\wxwidgets\include\wx\platform.h(154): fa= tal error C1083: Cannot<br> > > open include file: 'wx/setup.h': No such file or directory (compiling<br> > > source file ..\..\3rdparty\pcre\src\pcre2_serialize.c)<br> > >=C2=A0 =C2=A0pcre2_study.c<br> > >=C2=A0 =C2=A0c:\wxwidgets\include\wx\platform.h(154): fa= tal error C1083: Cannot<br> > > open include file: 'wx/setup.h': No such file or directory (compiling<br> > > source file ..\..\3rdparty\pcre\src\pcre2_string_utils.c)<br> > >=C2=A0 =C2=A0pcre2_substitute.c<br> > >=C2=A0 =C2=A0c:\wxwidgets\include\wx\platform.h(154): fa= tal error C1083: Cannot<br> > > open include file: 'wx/setup.h': No such file or directory (compiling<br> > > source file ..\..\3rdparty\pcre\src\pcre2_study.c)<br> > >=C2=A0 =C2=A0c:\wxwidgets\include\wx\platform.h(154): fa= tal error C1083: Cannot<br> > > open include file: 'wx/setup.h': No such file or directory (compiling<br> > > source file ..\..\3rdparty\pcre\src\pcre2_substitute.c)<br> > >=C2=A0 =C2=A0pcre2_substring.c<br> > >=C2=A0 =C2=A0pcre2_tables.c<br> > >=C2=A0 =C2=A0c:\wxwidgets\include\wx\platform.h(154): fa= tal error C1083: Cannot<br> > > open include file: 'wx/setup.h': No such file or directory (compiling<br> > > source file ..\..\3rdparty\pcre\src\pcre2_tables.c)<br> > >=C2=A0 =C2=A0c:\wxwidgets\include\wx\platform.h(154): fa= tal error C1083: Cannot<br> > > open include file: 'wx/setup.h': No such file or directory (compiling<br> > > source file ..\..\3rdparty\pcre\src\pcre2_substring.c)<br> > >=C2=A0 =C2=A0pcre2_ucd.c<br> > >=C2=A0 =C2=A0pcre2_valid_utf.c<br> > >=C2=A0 =C2=A0c:\wxwidgets\include\wx\platform.h(154): fa= tal error C1083: Cannot<br> > > open include file: 'wx/setup.h': No such file or directory (compiling<br> > > source file ..\..\3rdparty\pcre\src\pcre2_ucd.c)<br> > >=C2=A0 =C2=A0c:\wxwidgets\include\wx\platform.h(154): fa= tal error C1083: Cannot<br> > > open include file: 'wx/setup.h': No such file or directory (compiling<br> > > source file ..\..\3rdparty\pcre\src\pcre2_valid_utf.c)<br> > >=C2=A0 =C2=A0pcre2_xclass.c<br> > >=C2=A0 =C2=A0c:\wxwidgets\include\wx\platform.h(154): fa= tal error C1083: Cannot<br> > > open include file: 'wx/setup.h': No such file or directory (compiling<br> > > source file ..\..\3rdparty\pcre\src\pcre2_xclass.c)<br> > > Done building target "ClCompile" in project "wx_wxregex.vcxproj" -- FAILED.<br> > ><br> > > Done building project "wx_wxregex.vcxproj" -- FAILED.<br> > ><br> > > Build FAILED.<br> > ><br> > > c:\wxwidgets\include\wx\platform.h(154): fatal error C1083: Cannot<br> > > open include file: 'wx/setup.h': No such file or directory (compiling<br> > > source file ..\..\3rdparty\pcre\src\pcre2_auto_possess.c)<br> > > c:\wxwidgets\include\wx\platform.h(154): fatal error C1083: Cannot<br> > > open include file: 'wx/setup.h': No such file or directory (compiling<br> > > source file ..\..\3rdparty\pcre\src\pcre2_chartables.c)<br> > > c:\wxwidgets\include\wx\platform.h(154): fatal error C1083: Cannot<br> > > open include file: 'wx/setup.h': No such file or directory (compiling<br> > > source file ..\..\3rdparty\pcre\src\pcre2_chkdint.c)<br= > > > c:\wxwidgets\include\wx\platform.h(154): fatal error C1083: Cannot<br> > > open include file: 'wx/setup.h': No such file or directory (compiling<br> > > source file ..\..\3rdparty\pcre\src\pcre2_compile.c)<br= > > > c:\wxwidgets\include\wx\platform.h(154): fatal error C1083: Cannot<br> > > open include file: 'wx/setup.h': No such file or directory (compiling<br> > > source file ..\..\3rdparty\pcre\src\pcre2_compile_class.c)<br> > > c:\wxwidgets\include\wx\platform.h(154): fatal error C1083: Cannot<br> > > open include file: 'wx/setup.h': No such file or directory (compiling<br> > > source file ..\..\3rdparty\pcre\src\pcre2_compile_cgroup.c)<br> > > c:\wxwidgets\include\wx\platform.h(154): fatal error C1083: Cannot<br> > > open include file: 'wx/setup.h': No such file or directory (compiling<br> > > source file ..\..\3rdparty\pcre\src\pcre2_config.c)<br> > > c:\wxwidgets\include\wx\platform.h(154): fatal error C1083: Cannot<br> > > open include file: 'wx/setup.h': No such file or directory (compiling<br> > > source file ..\..\3rdparty\pcre\src\pcre2_convert.c)<br= > > > c:\wxwidgets\include\wx\platform.h(154): fatal error C1083: Cannot<br> > > open include file: 'wx/setup.h': No such file or directory (compiling<br> > > source file ..\..\3rdparty\pcre\src\pcre2_context.c)<br= > > > c:\wxwidgets\include\wx\platform.h(154): fatal error C1083: Cannot<br> > > open include file: 'wx/setup.h': No such file or directory (compiling<br> > > source file ..\..\3rdparty\pcre\src\pcre2_dfa_match.c)<br> > > c:\wxwidgets\include\wx\platform.h(154): fatal error C1083: Cannot<br> > > open include file: 'wx/setup.h': No such file or directory (compiling<br> > > source file ..\..\3rdparty\pcre\src\pcre2_error.c)<br> > > c:\wxwidgets\include\wx\platform.h(154): fatal error C1083: Cannot<br> > > open include file: 'wx/setup.h': No such file or directory (compiling<br> > > source file ..\..\3rdparty\pcre\src\pcre2_extuni.c)<br> > > c:\wxwidgets\include\wx\platform.h(154): fatal error C1083: Cannot<br> > > open include file: 'wx/setup.h': No such file or directory (compiling<br> > > source file ..\..\3rdparty\pcre\src\pcre2_find_bracket.c)<br> > > c:\wxwidgets\include\wx\platform.h(154): fatal error C1083: Cannot<br> > > open include file: 'wx/setup.h': No such file or directory (compiling<br> > > source file ..\..\3rdparty\pcre\src\pcre2_jit_compile.c)<br> > > c:\wxwidgets\include\wx\platform.h(154): fatal error C1083: Cannot<br> > > open include file: 'wx/setup.h': No such file or directory (compiling<br> > > source file ..\..\3rdparty\pcre\src\pcre2_match.c)<br> > > c:\wxwidgets\include\wx\platform.h(154): fatal error C1083: Cannot<br> > > open include file: 'wx/setup.h': No such file or directory (compiling<br> > > source file ..\..\3rdparty\pcre\src\pcre2_maketables.c)<br> > > c:\wxwidgets\include\wx\platform.h(154): fatal error C1083: Cannot<br> > > open include file: 'wx/setup.h': No such file or directory (compiling<br> > > source file ..\..\3rdparty\pcre\src\pcre2_match_data.c)<br> > > c:\wxwidgets\include\wx\platform.h(154): fatal error C1083: Cannot<br> > > open include file: 'wx/setup.h': No such file or directory (compiling<br> > > source file ..\..\3rdparty\pcre\src\pcre2_match_next.c)<br> > > c:\wxwidgets\include\wx\platform.h(154): fatal error C1083: Cannot<br> > > open include file: 'wx/setup.h': No such file or directory (compiling<br> > > source file ..\..\3rdparty\pcre\src\pcre2_newline.c)<br= > > > c:\wxwidgets\include\wx\platform.h(154): fatal error C1083: Cannot<br> > > open include file: 'wx/setup.h': No such file or directory (compiling<br> > > source file ..\..\3rdparty\pcre\src\pcre2_pattern_info.c)<br> > > c:\wxwidgets\include\wx\platform.h(154): fatal error C1083: Cannot<br> > > open include file: 'wx/setup.h': No such file or directory (compiling<br> > > source file ..\..\3rdparty\pcre\src\pcre2_ord2utf.c)<br= > > > c:\wxwidgets\include\wx\platform.h(154): fatal error C1083: Cannot<br> > > open include file: 'wx/setup.h': No such file or directory (compiling<br> > > source file ..\..\3rdparty\pcre\src\pcre2_script_run.c)<br> > > c:\wxwidgets\include\wx\platform.h(154): fatal error C1083: Cannot<br> > > open include file: 'wx/setup.h': No such file or directory (compiling<br> > > source file ..\..\3rdparty\pcre\src\pcre2_serialize.c)<br> > > c:\wxwidgets\include\wx\platform.h(154): fatal error C1083: Cannot<br> > > open include file: 'wx/setup.h': No such file or directory (compiling<br> > > source file ..\..\3rdparty\pcre\src\pcre2_string_utils.c)<br> > > c:\wxwidgets\include\wx\platform.h(154): fatal error C1083: Cannot<br> > > open include file: 'wx/setup.h': No such file or directory (compiling<br> > > source file ..\..\3rdparty\pcre\src\pcre2_study.c)<br> > > c:\wxwidgets\include\wx\platform.h(154): fatal error C1083: Cannot<br> > > open include file: 'wx/setup.h': No such file or directory (compiling<br> > > source file ..\..\3rdparty\pcre\src\pcre2_substitute.c)<br> > > c:\wxwidgets\include\wx\platform.h(154): fatal error C1083: Cannot<br> > > open include file: 'wx/setup.h': No such file or directory (compiling<br> > > source file ..\..\3rdparty\pcre\src\pcre2_tables.c)<br> > > c:\wxwidgets\include\wx\platform.h(154): fatal error C1083: Cannot<br> > > open include file: 'wx/setup.h': No such file or directory (compiling<br> > > source file ..\..\3rdparty\pcre\src\pcre2_substring.c)<br> > > c:\wxwidgets\include\wx\platform.h(154): fatal error C1083: Cannot<br> > > open include file: 'wx/setup.h': No such file or directory (compiling<br> > > source file ..\..\3rdparty\pcre\src\pcre2_ucd.c)<br> > > c:\wxwidgets\include\wx\platform.h(154): fatal error C1083: Cannot<br> > > open include file: 'wx/setup.h': No such file or directory (compiling<br> > > source file ..\..\3rdparty\pcre\src\pcre2_valid_utf.c)<br> > > c:\wxwidgets\include\wx\platform.h(154): fatal error C1083: Cannot<br> > > open include file: 'wx/setup.h': No such file or directory (compiling<br> > > source file ..\..\3rdparty\pcre\src\pcre2_xclass.c)<br> > >=C2=A0 =C2=A0 =C2=A00 Warning(s)<br> > >=C2=A0 =C2=A0 =C2=A031 Error(s)<br> > ><br> > > Time Elapsed 00:00:03.43<br> > > ------ Build started: Project: wxregex, Configuration: DLL Debug Win32 ------<br> > > Build started 7/7/2026 10:51:41 PM.<br> > > Target InitializeBuildStatus:<br> > >=C2=A0 =C2=A0Touching "vc_mswuddll\wxregex\wxregex.tlog\unsuccessfulbuild".<br> > > Target ClCompile:<br> > >=C2=A0 =C2=A0pcre2_auto_possess.c<br> > >=C2=A0 =C2=A0pcre2_chartables.c<br> > >=C2=A0 =C2=A0c:\wxwidgets\include\wx\platform.h(154): fa= tal error C1083: Cannot<br> > > open include file: 'wx/setup.h': No such file or directory (compiling<br> > > source file ..\..\3rdparty\pcre\src\pcre2_auto_possess.c)<br> > >=C2=A0 =C2=A0pcre2_chkdint.c<br> > >=C2=A0 =C2=A0c:\wxwidgets\include\wx\platform.h(154): fa= tal error C1083: Cannot<br> > > open include file: 'wx/setup.h': No such file or directory (compiling<br> > > source file ..\..\3rdparty\pcre\src\pcre2_chkdint.c)<br= > > >=C2=A0 =C2=A0pcre2_compile.c<br> > >=C2=A0 =C2=A0c:\wxwidgets\include\wx\platform.h(154): fa= tal error C1083: Cannot<br> > > open include file: 'wx/setup.h': No such file or directory (compiling<br> > > source file ..\..\3rdparty\pcre\src\pcre2_chartables.c)<br> > >=C2=A0 =C2=A0c:\wxwidgets\include\wx\platform.h(154): fa= tal error C1083: Cannot<br> > > open include file: 'wx/setup.h': No such file or directory (compiling<br> > > source file ..\..\3rdparty\pcre\src\pcre2_compile.c)<br= > > >=C2=A0 =C2=A0pcre2_compile_cgroup.c<br> > >=C2=A0 =C2=A0c:\wxwidgets\include\wx\platform.h(154): fa= tal error C1083: Cannot<br> > > open include file: 'wx/setup.h': No such file or directory (compiling<br> > > source file ..\..\3rdparty\pcre\src\pcre2_compile_cgroup.c)<br> > >=C2=A0 =C2=A0pcre2_compile_class.c<br> > >=C2=A0 =C2=A0pcre2_config.c<br> > >=C2=A0 =C2=A0c:\wxwidgets\include\wx\platform.h(154): fa= tal error C1083: Cannot<br> > > open include file: 'wx/setup.h': No such file or directory (compiling<br> > > source file ..\..\3rdparty\pcre\src\pcre2_compile_class.c)<br> > >=C2=A0 =C2=A0pcre2_context.c<br> > >=C2=A0 =C2=A0c:\wxwidgets\include\wx\platform.h(154): fa= tal error C1083: Cannot<br> > > open include file: 'wx/setup.h': No such file or directory (compiling<br> > > source file ..\..\3rdparty\pcre\src\pcre2_config.c)<br> > >=C2=A0 =C2=A0c:\wxwidgets\include\wx\platform.h(154): fa= tal error C1083: Cannot<br> > > open include file: 'wx/setup.h': No such file or directory (compiling<br> > > source file ..\..\3rdparty\pcre\src\pcre2_context.c)<br= > > >=C2=A0 =C2=A0pcre2_convert.c<br> > >=C2=A0 =C2=A0pcre2_dfa_match.c<br> > >=C2=A0 =C2=A0c:\wxwidgets\include\wx\platform.h(154): fa= tal error C1083: Cannot<br> > > open include file: 'wx/setup.h': No such file or directory (compiling<br> > > source file ..\..\3rdparty\pcre\src\pcre2_dfa_match.c)<br> > >=C2=A0 =C2=A0c:\wxwidgets\include\wx\platform.h(154): fa= tal error C1083: Cannot<br> > > open include file: 'wx/setup.h': No such file or directory (compiling<br> > > source file ..\..\3rdparty\pcre\src\pcre2_convert.c)<br= > > >=C2=A0 =C2=A0pcre2_error.c<br> > >=C2=A0 =C2=A0c:\wxwidgets\include\wx\platform.h(154): fa= tal error C1083: Cannot<br> > > open include file: 'wx/setup.h': No such file or directory (compiling<br> > > source file ..\..\3rdparty\pcre\src\pcre2_error.c)<br> > >=C2=A0 =C2=A0pcre2_extuni.c<br> > >=C2=A0 =C2=A0pcre2_find_bracket.c<br> > >=C2=A0 =C2=A0c:\wxwidgets\include\wx\platform.h(154): fa= tal error C1083: Cannot<br> > > open include file: 'wx/setup.h': No such file or directory (compiling<br> > > source file ..\..\3rdparty\pcre\src\pcre2_find_bracket.c)<br> > >=C2=A0 =C2=A0pcre2_jit_compile.c<br> > >=C2=A0 =C2=A0c:\wxwidgets\include\wx\platform.h(154): fa= tal error C1083: Cannot<br> > > open include file: 'wx/setup.h': No such file or directory (compiling<br> > > source file ..\..\3rdparty\pcre\src\pcre2_extuni.c)<br> > >=C2=A0 =C2=A0pcre2_maketables.c<br> > >=C2=A0 =C2=A0c:\wxwidgets\include\wx\platform.h(154): fa= tal error C1083: Cannot<br> > > open include file: 'wx/setup.h': No such file or directory (compiling<br> > > source file ..\..\3rdparty\pcre\src\pcre2_maketables.c)<br> > >=C2=A0 =C2=A0pcre2_match.c<br> > >=C2=A0 =C2=A0c:\wxwidgets\include\wx\platform.h(154): fa= tal error C1083: Cannot<br> > > open include file: 'wx/setup.h': No such file or directory (compiling<br> > > source file ..\..\3rdparty\pcre\src\pcre2_match.c)<br> > >=C2=A0 =C2=A0pcre2_match_data.c<br> > >=C2=A0 =C2=A0c:\wxwidgets\include\wx\platform.h(154): fa= tal error C1083: Cannot<br> > > open include file: 'wx/setup.h': No such file or directory (compiling<br> > > source file ..\..\3rdparty\pcre\src\pcre2_jit_compile.c)<br> > >=C2=A0 =C2=A0c:\wxwidgets\include\wx\platform.h(154): fa= tal error C1083: Cannot<br> > > open include file: 'wx/setup.h': No such file or directory (compiling<br> > > source file ..\..\3rdparty\pcre\src\pcre2_match_data.c)<br> > >=C2=A0 =C2=A0pcre2_match_next.c<br> > >=C2=A0 =C2=A0c:\wxwidgets\include\wx\platform.h(154): fa= tal error C1083: Cannot<br> > > open include file: 'wx/setup.h': No such file or directory (compiling<br> > > source file ..\..\3rdparty\pcre\src\pcre2_match_next.c)<br> > >=C2=A0 =C2=A0pcre2_newline.c<br> > >=C2=A0 =C2=A0pcre2_ord2utf.c<br> > >=C2=A0 =C2=A0c:\wxwidgets\include\wx\platform.h(154): fa= tal error C1083: Cannot<br> > > open include file: 'wx/setup.h': No such file or directory (compiling<br> > > source file ..\..\3rdparty\pcre\src\pcre2_newline.c)<br= > > >=C2=A0 =C2=A0pcre2_pattern_info.c<br> > >=C2=A0 =C2=A0c:\wxwidgets\include\wx\platform.h(154): fa= tal error C1083: Cannot<br> > > open include file: 'wx/setup.h': No such file or directory (compiling<br> > > source file ..\..\3rdparty\pcre\src\pcre2_pattern_info.c)<br> > >=C2=A0 =C2=A0pcre2_script_run.c<br> > >=C2=A0 =C2=A0c:\wxwidgets\include\wx\platform.h(154): fa= tal error C1083: Cannot<br> > > open include file: 'wx/setup.h': No such file or directory (compiling<br> > > source file ..\..\3rdparty\pcre\src\pcre2_ord2utf.c)<br= > > >=C2=A0 =C2=A0pcre2_serialize.c<br> > >=C2=A0 =C2=A0c:\wxwidgets\include\wx\platform.h(154): fa= tal error C1083: Cannot<br> > > open include file: 'wx/setup.h': No such file or directory (compiling<br> > > source file ..\..\3rdparty\pcre\src\pcre2_serialize.c)<br> > >=C2=A0 =C2=A0c:\wxwidgets\include\wx\platform.h(154): fa= tal error C1083: Cannot<br> > > open include file: 'wx/setup.h': No such file or directory (compiling<br> > > source file ..\..\3rdparty\pcre\src\pcre2_script_run.c)<br> > >=C2=A0 =C2=A0pcre2_string_utils.c<br> > >=C2=A0 =C2=A0pcre2_study.c<br> > >=C2=A0 =C2=A0c:\wxwidgets\include\wx\platform.h(154): fa= tal error C1083: Cannot<br> > > open include file: 'wx/setup.h': No such file or directory (compiling<br> > > source file ..\..\3rdparty\pcre\src\pcre2_study.c)<br> > >=C2=A0 =C2=A0pcre2_substitute.c<br> > >=C2=A0 =C2=A0c:\wxwidgets\include\wx\platform.h(154): fa= tal error C1083: Cannot<br> > > open include file: 'wx/setup.h': No such file or directory (compiling<br> > > source file ..\..\3rdparty\pcre\src\pcre2_string_utils.c)<br> > >=C2=A0 =C2=A0pcre2_substring.c<br> > >=C2=A0 =C2=A0c:\wxwidgets\include\wx\platform.h(154): fa= tal error C1083: Cannot<br> > > open include file: 'wx/setup.h': No such file or directory (compiling<br> > > source file ..\..\3rdparty\pcre\src\pcre2_substitute.c)<br> > >=C2=A0 =C2=A0pcre2_tables.c<br> > >=C2=A0 =C2=A0c:\wxwidgets\include\wx\platform.h(154): fa= tal error C1083: Cannot<br> > > open include file: 'wx/setup.h': No such file or directory (compiling<br> > > source file ..\..\3rdparty\pcre\src\pcre2_substring.c)<br> > >=C2=A0 =C2=A0pcre2_ucd.c<br> > >=C2=A0 =C2=A0c:\wxwidgets\include\wx\platform.h(154): fa= tal error C1083: Cannot<br> > > open include file: 'wx/setup.h': No such file or directory (compiling<br> > > source file ..\..\3rdparty\pcre\src\pcre2_tables.c)<br> > >=C2=A0 =C2=A0pcre2_valid_utf.c<br> > >=C2=A0 =C2=A0c:\wxwidgets\include\wx\platform.h(154): fa= tal error C1083: Cannot<br> > > open include file: 'wx/setup.h': No such file or directory (compiling<br> > > source file ..\..\3rdparty\pcre\src\pcre2_ucd.c)<br> > >=C2=A0 =C2=A0pcre2_xclass.c<br> > >=C2=A0 =C2=A0c:\wxwidgets\include\wx\platform.h(154): fa= tal error C1083: Cannot<br> > > open include file: 'wx/setup.h': No such file or directory (compiling<br> > > source file ..\..\3rdparty\pcre\src\pcre2_xclass.c)<br> > >=C2=A0 =C2=A0c:\wxwidgets\include\wx\platform.h(154): fa= tal error C1083: Cannot<br> > > open include file: 'wx/setup.h': No such file or directory (compiling<br> > > source file ..\..\3rdparty\pcre\src\pcre2_valid_utf.c)<br> > > Done building target "ClCompile" in project "wx_wxregex.vcxproj" -- FAILED.<br> > ><br> > > Done building project "wx_wxregex.vcxproj" -- FAILED.<br> > ><br> > > Build FAILED.<br> > ><br> > > c:\wxwidgets\include\wx\platform.h(154): fatal error C1083: Cannot<br> > > open include file: 'wx/setup.h': No such file or directory (compiling<br> > > source file ..\..\3rdparty\pcre\src\pcre2_auto_possess.c)<br> > > c:\wxwidgets\include\wx\platform.h(154): fatal error C1083: Cannot<br> > > open include file: 'wx/setup.h': No such file or directory (compiling<br> > > source file ..\..\3rdparty\pcre\src\pcre2_chkdint.c)<br= > > > c:\wxwidgets\include\wx\platform.h(154): fatal error C1083: Cannot<br> > > open include file: 'wx/setup.h': No such file or directory (compiling<br> > > source file ..\..\3rdparty\pcre\src\pcre2_chartables.c)<br> > > c:\wxwidgets\include\wx\platform.h(154): fatal error C1083: Cannot<br> > > open include file: 'wx/setup.h': No such file or directory (compiling<br> > > source file ..\..\3rdparty\pcre\src\pcre2_compile.c)<br= > > > c:\wxwidgets\include\wx\platform.h(154): fatal error C1083: Cannot<br> > > open include file: 'wx/setup.h': No such file or directory (compiling<br> > > source file ..\..\3rdparty\pcre\src\pcre2_compile_cgroup.c)<br> > > c:\wxwidgets\include\wx\platform.h(154): fatal error C1083: Cannot<br> > > open include file: 'wx/setup.h': No such file or directory (compiling<br> > > source file ..\..\3rdparty\pcre\src\pcre2_compile_class.c)<br> > > c:\wxwidgets\include\wx\platform.h(154): fatal error C1083: Cannot<br> > > open include file: 'wx/setup.h': No such file or directory (compiling<br> > > source file ..\..\3rdparty\pcre\src\pcre2_config.c)<br> > > c:\wxwidgets\include\wx\platform.h(154): fatal error C1083: Cannot<br> > > open include file: 'wx/setup.h': No such file or directory (compiling<br> > > source file ..\..\3rdparty\pcre\src\pcre2_context.c)<br= > > > c:\wxwidgets\include\wx\platform.h(154): fatal error C1083: Cannot<br> > > open include file: 'wx/setup.h': No such file or directory (compiling<br> > > source file ..\..\3rdparty\pcre\src\pcre2_dfa_match.c)<br> > > c:\wxwidgets\include\wx\platform.h(154): fatal error C1083: Cannot<br> > > open include file: 'wx/setup.h': No such file or directory (compiling<br> > > source file ..\..\3rdparty\pcre\src\pcre2_convert.c)<br= > > > c:\wxwidgets\include\wx\platform.h(154): fatal error C1083: Cannot<br> > > open include file: 'wx/setup.h': No such file or directory (compiling<br> > > source file ..\..\3rdparty\pcre\src\pcre2_error.c)<br> > > c:\wxwidgets\include\wx\platform.h(154): fatal error C1083: Cannot<br> > > open include file: 'wx/setup.h': No such file or directory (compiling<br> > > source file ..\..\3rdparty\pcre\src\pcre2_find_bracket.c)<br> > > c:\wxwidgets\include\wx\platform.h(154): fatal error C1083: Cannot<br> > > open include file: 'wx/setup.h': No such file or directory (compiling<br> > > source file ..\..\3rdparty\pcre\src\pcre2_extuni.c)<br> > > c:\wxwidgets\include\wx\platform.h(154): fatal error C1083: Cannot<br> > > open include file: 'wx/setup.h': No such file or directory (compiling<br> > > source file ..\..\3rdparty\pcre\src\pcre2_maketables.c)<br> > > c:\wxwidgets\include\wx\platform.h(154): fatal error C1083: Cannot<br> > > open include file: 'wx/setup.h': No such file or directory (compiling<br> > > source file ..\..\3rdparty\pcre\src\pcre2_match.c)<br> > > c:\wxwidgets\include\wx\platform.h(154): fatal error C1083: Cannot<br> > > open include file: 'wx/setup.h': No such file or directory (compiling<br> > > source file ..\..\3rdparty\pcre\src\pcre2_jit_compile.c)<br> > > c:\wxwidgets\include\wx\platform.h(154): fatal error C1083: Cannot<br> > > open include file: 'wx/setup.h': No such file or directory (compiling<br> > > source file ..\..\3rdparty\pcre\src\pcre2_match_data.c)<br> > > c:\wxwidgets\include\wx\platform.h(154): fatal error C1083: Cannot<br> > > open include file: 'wx/setup.h': No such file or directory (compiling<br> > > source file ..\..\3rdparty\pcre\src\pcre2_match_next.c)<br> > > c:\wxwidgets\include\wx\platform.h(154): fatal error C1083: Cannot<br> > > open include file: 'wx/setup.h': No such file or directory (compiling<br> > > source file ..\..\3rdparty\pcre\src\pcre2_newline.c)<br= > > > c:\wxwidgets\include\wx\platform.h(154): fatal error C1083: Cannot<br> > > open include file: 'wx/setup.h': No such file or directory (compiling<br> > > source file ..\..\3rdparty\pcre\src\pcre2_pattern_info.c)<br> > > c:\wxwidgets\include\wx\platform.h(154): fatal error C1083: Cannot<br> > > open include file: 'wx/setup.h': No such file or directory (compiling<br> > > source file ..\..\3rdparty\pcre\src\pcre2_ord2utf.c)<br= > > > c:\wxwidgets\include\wx\platform.h(154): fatal error C1083: Cannot<br> > > open include file: 'wx/setup.h': No such file or directory (compiling<br> > > source file ..\..\3rdparty\pcre\src\pcre2_serialize.c)<br> > > c:\wxwidgets\include\wx\platform.h(154): fatal error C1083: Cannot<br> > > open include file: 'wx/setup.h': No such file or directory (compiling<br> > > source file ..\..\3rdparty\pcre\src\pcre2_script_run.c)<br> > > c:\wxwidgets\include\wx\platform.h(154): fatal error C1083: Cannot<br> > > open include file: 'wx/setup.h': No such file or directory (compiling<br> > > source file ..\..\3rdparty\pcre\src\pcre2_study.c)<br> > > c:\wxwidgets\include\wx\platform.h(154): fatal error C1083: Cannot<br> > > open include file: 'wx/setup.h': No such file or directory (compiling<br> > > source file ..\..\3rdparty\pcre\src\pcre2_string_utils.c)<br> > > c:\wxwidgets\include\wx\platform.h(154): fatal error C1083: Cannot<br> > > open include file: 'wx/setup.h': No such file or directory (compiling<br> > > source file ..\..\3rdparty\pcre\src\pcre2_substitute.c)<br> > > c:\wxwidgets\include\wx\platform.h(154): fatal error C1083: Cannot<br> > > open include file: 'wx/setup.h': No such file or directory (compiling<br> > > source file ..\..\3rdparty\pcre\src\pcre2_substring.c)<br> > > c:\wxwidgets\include\wx\platform.h(154): fatal error C1083: Cannot<br> > > open include file: 'wx/setup.h': No such file or directory (compiling<br> > > source file ..\..\3rdparty\pcre\src\pcre2_tables.c)<br> > > c:\wxwidgets\include\wx\platform.h(154): fatal error C1083: Cannot<br> > > open include file: 'wx/setup.h': No such file or directory (compiling<br> > > source file ..\..\3rdparty\pcre\src\pcre2_ucd.c)<br> > > c:\wxwidgets\include\wx\platform.h(154): fatal error C1083: Cannot<br> > > open include file: 'wx/setup.h': No such file or directory (compiling<br> > > source file ..\..\3rdparty\pcre\src\pcre2_xclass.c)<br> > > c:\wxwidgets\include\wx\platform.h(154): fatal error C1083: Cannot<br> > > open include file: 'wx/setup.h': No such file or directory (compiling<br> > > source file ..\..\3rdparty\pcre\src\pcre2_valid_utf.c)<br> > >=C2=A0 =C2=A0 =C2=A00 Warning(s)<br> > >=C2=A0 =C2=A0 =C2=A031 Error(s)<br> > ><br> > > Time Elapsed 00:00:04.85<br> > > ------ Build started: Project: base, Configuration: DLL Release x64 ------<br> > > Build started 7/7/2026 10:51:49 PM.<br> > > Target InitializeBuildStatus:<br> > >=C2=A0 =C2=A0Touching "vc_x64_mswudll\base\base.tlog\unsuccessfulbuild".<br> > > Target ClCompile:<br> > >=C2=A0 =C2=A0dummy.cpp<br> > >=C2=A0 =C2=A0c:\wxwidgets\include\wx\platform.h(154): fa= tal error C1083: Cannot<br> > > open include file: 'wx/setup.h': No such file or directory<br> > > Done building target "ClCompile" in project "wx_base.vcxproj" -- FAILED.<br> > ><br> > > Done building project "wx_base.vcxproj" -- FAILED.<br> > ><br> > > Build FAILED.<br> > ><br> > > c:\wxwidgets\include\wx\platform.h(154): fatal error C1083: Cannot<br> > > open include file: 'wx/setup.h': No such file or directory<br> > >=C2=A0 =C2=A0 =C2=A00 Warning(s)<br> > >=C2=A0 =C2=A0 =C2=A01 Error(s)<br> > ><br> > > Time Elapsed 00:00:00.65<br> > > ------ Build started: Project: base, Configuration: DLL Release Win32 ------<br> > > Build started 7/7/2026 10:51:50 PM.<br> > > Target InitializeBuildStatus:<br> > >=C2=A0 =C2=A0Touching "vc_mswudll\base\base.tlog\unsuccessfulbuild".<br> > > Target ClCompile:<br> > >=C2=A0 =C2=A0dummy.cpp<br> > >=C2=A0 =C2=A0c:\wxwidgets\include\wx\platform.h(154): fa= tal error C1083: Cannot<br> > > open include file: 'wx/setup.h': No such file or directory<br> > > Done building target "ClCompile" in project "wx_base.vcxproj" -- FAILED.<br> > ><br> > > Done building project "wx_base.vcxproj" -- FAILED.<br> > ><br> > > Build FAILED.<br> > ><br> > > c:\wxwidgets\include\wx\platform.h(154): fatal error C1083: Cannot<br> > > open include file: 'wx/setup.h': No such file or directory<br> > >=C2=A0 =C2=A0 =C2=A00 Warning(s)<br> > >=C2=A0 =C2=A0 =C2=A01 Error(s)<br> > ><br> > > Time Elapsed 00:00:00.57<br> > > ------ Build started: Project: base, Configuration: DLL Debug x64 ------<br> > > Build started 7/7/2026 10:51:51 PM.<br> > > Target InitializeBuildStatus:<br> > >=C2=A0 =C2=A0Touching "vc_x64_mswuddll\base\base.tlog\unsuccessfulbuild".<br> > > Target ClCompile:<br> > >=C2=A0 =C2=A0dummy.cpp<br> > >=C2=A0 =C2=A0c:\wxwidgets\include\wx\platform.h(154): fa= tal error C1083: Cannot<br> > > open include file: 'wx/setup.h': No such file or directory<br> > > Done building target "ClCompile" in project "wx_base.vcxproj" -- FAILED.<br> > ><br> > > Done building project "wx_base.vcxproj" -- FAILED.<br> > ><br> > > Build FAILED.<br> > ><br> > > c:\wxwidgets\include\wx\platform.h(154): fatal error C1083: Cannot<br> > > open include file: 'wx/setup.h': No such file or directory<br> > >=C2=A0 =C2=A0 =C2=A00 Warning(s)<br> > >=C2=A0 =C2=A0 =C2=A01 Error(s)<br> > ><br> > > Time Elapsed 00:00:00.61<br> > > ------ Build started: Project: base, Configuration: DLL Debug Win32 ------<br> > > Build started 7/7/2026 10:51:52 PM.<br> > > Target InitializeBuildStatus:<br> > >=C2=A0 =C2=A0Touching "vc_mswuddll\base\base.tlog\unsuccessfulbuild".<br> > > Target ClCompile:<br> > >=C2=A0 =C2=A0dummy.cpp<br> > >=C2=A0 =C2=A0c:\wxwidgets\include\wx\platform.h(154): fa= tal error C1083: Cannot<br> > > open include file: 'wx/setup.h': No such file or directory<br> > > Done building target "ClCompile" in project "wx_base.vcxproj" -- FAILED.<br> > ><br> > > Done building project "wx_base.vcxproj" -- FAILED.<br> > ><br> > > Build FAILED.<br> > ><br> > > c:\wxwidgets\include\wx\platform.h(154): fatal error C1083: Cannot<br> > > open include file: 'wx/setup.h': No such file or directory<br> > >=C2=A0 =C2=A0 =C2=A00 Warning(s)<br> > >=C2=A0 =C2=A0 =C2=A01 Error(s)<br> > ><br> > > Time Elapsed 00:00:00.85<br> > > ------ Build started: Project: core, Configuration: DLL Release x64 ------<br> > > Build started 7/7/2026 10:51:53 PM.<br> > > Target InitializeBuildStatus:<br> > >=C2=A0 =C2=A0Touching "vc_x64_mswudll\core\core.tlog\unsuccessfulbuild".<br> > > Target ClCompile:<br> > >=C2=A0 =C2=A0dummy.cpp<br> > >=C2=A0 =C2=A0c:\wxwidgets\include\wx\platform.h(154): fa= tal error C1083: Cannot<br> > > open include file: 'wx/setup.h': No such file or directory<br> > > Done building target "ClCompile" in project "wx_core.vcxproj" -- FAILED.<br> > ><br> > > Done building project "wx_core.vcxproj" -- FAILED.<br> > ><br> > > Build FAILED.<br> > ><br> > > c:\wxwidgets\include\wx\platform.h(154): fatal error C1083: Cannot<br> > > open include file: 'wx/setup.h': No such file or directory<br> > >=C2=A0 =C2=A0 =C2=A00 Warning(s)<br> > >=C2=A0 =C2=A0 =C2=A01 Error(s)<br> > ><br> > > Time Elapsed 00:00:01.93<br> > > ------ Build started: Project: core, Configuration: DLL Release Win32 ------<br> > > Build started 7/7/2026 10:51:56 PM.<br> > > Target InitializeBuildStatus:<br> > >=C2=A0 =C2=A0Touching "vc_mswudll\core\core.tlog\unsuccessfulbuild".<br> > > Target ClCompile:<br> > >=C2=A0 =C2=A0dummy.cpp<br> > ><br> > >=C2=A0 =C2=A0Build FAILED.<br> > >=C2=A0 =C2=A0 =C2=A00 Warning(s)<br> > >=C2=A0 =C2=A0 =C2=A00 Error(s)<br> > ><br> > >=C2=A0 =C2=A0Time Elapsed 00:00:01.48<br> > > A task was canceled.<br> > > A task was canceled.<br> > > Build has been canceled.<br> > ><br> > ><br> > > --<br> > > Please read <a href=3D"https://www.wxwidgets.org/support/mlhowto.htm" rel=3D"noreferrer noreferrer" target=3D"_blank" moz-do-not-send=3D"true" class=3D"moz-txt-link-freetext">https:= //www.wxwidgets.org/support/mlhowto.htm</a> before posting.<br> > > ---<br> > > You received this message because you are subscribed to the Google Groups "wx-users" group.<br> > > To unsubscribe from this group and stop receiving emails from it, send an email to <a href=3D"mailto:wx-users%[email protected]" target=3D"_blank" rel=3D"noreferrer" moz-do-not-send=3D"true">w= [email protected]</a>.<br> > > To view this discussion visit <a href=3D"https://groups.google.com/d/msgid/wx-users/07259ff7-4d31-4a01-a54f-= c033fb2b52cc%40gmail.com" rel=3D"noreferrer noreferrer" target=3D"_blank" moz-do-not-send=3D"true" class=3D"moz-txt-link-freetext">https:= //groups.google.com/d/msgid/wx-users/07259ff7-4d31-4a01-a54f-c033fb2b52cc%4= 0gmail.com</a>.<br> </blockquote> </div> -- <br> Please read <a href=3D"https://www.wxwidgets.org/support/mlhowto.htm" moz-do-not-send=3D"true" class=3D"moz-txt-link-freetext">https://ww= w.wxwidgets.org/support/mlhowto.htm</a> before posting.<br> --- <br> You received this message because you are subscribed to the Google Groups "wx-users" group.<br> To unsubscribe from this group and stop receiving emails from it, send an email to <a href=3D"mailto:[email protected]" moz-do-not-send=3D"true" class=3D"moz-txt-link-freetext">wx-users+u= [email protected]</a>.<br> To view this discussion visit <a href=3D"https://groups.google.com/d/msgid/wx-users/CA%2BFnnTxYunWjN-ffr5vp%= 3D8n9KnjpUxTCVCZMkEZPm2YZMjatHQ%40mail.gmail.com?utm_medium=3Demail&utm= _source=3Dfooter" moz-do-not-send=3D"true">https://groups.google.com/d/msgid/wx-users= /CA%2BFnnTxYunWjN-ffr5vp%3D8n9KnjpUxTCVCZMkEZPm2YZMjatHQ%40mail.gmail.com</= a>.<br> </blockquote> <br> </body> </html> <p></p> -- <br /> Please read <a href=3D"https://www.wxwidgets.org/support/mlhowto.htm">https= ://www.wxwidgets.org/support/mlhowto.htm</a> before posting.<br /> --- <br /> You received this message because you are subscribed to the Google Groups &= quot;wx-users" group.<br /> To unsubscribe from this group and stop receiving emails from it, send an e= mail to <a href=3D"mailto:[email protected]">wx-users+u= [email protected]</a>.<br /> To view this discussion visit <a href=3D"https://groups.google.com/d/msgid/= wx-users/8f38d28b-19ce-4f51-a425-3fc5fceb41d7%40gmail.com?utm_medium=3Demai= l&utm_source=3Dfooter">https://groups.google.com/d/msgid/wx-users/8f38d28b-= 19ce-4f51-a425-3fc5fceb41d7%40gmail.com</a>.<br /> --------------4OhFObginjSAGdvsWsMcoGtx--